Experts, how to Teleport a player to a teleport device with a custom rotation I choose

To get a random rotation, you could then probably do :

MakeRotation(vector3{Z:=1.0}, DegreesToRadians(GetRandomFloat(0.0, 360.0)))

If they’re still turning their back, I’m not sure, you could try teleporting them twice ? (the first time being the target rotation -180 degrees)

1 Like