Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make an object rotate using scripting, and how do I teleport every player to a position?

Asked by 4 years ago
Edited 4 years ago

I don't know if I should make two different posts, but I'm going to put it in one.

1: I'm trying to make an object rotate clockwise, but can't figure out how.

2: How do I teleport a player to a certain position automatically without any user input? Every example I've found so far involves the user touching or clicking on an object. Thanks!

0
For the first question you could use the orientation property as for any parts but i prefer using CFrame.Angles, and for the second part, you can set the CFrame of the humanoid root part to any position desired! Fad99 286 — 4y

Answer this question