1 Like
If a Function has brackets, the “[” “]” you need to put it inside an if condition because it might fail
In your case you need
if(Guard.TeleportTo[PTran,PRota]):
Print("TELEPORT WORKED")
or if you want no print
if(Guard.TeleportTo[PTran,PRota]){}
I solved this error just right before as you just repiled me thank you so much!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.