Moving stage lights

hello robloxians,
so i wonder how roblox made this stage lights move like that:
https://gyazo.com/d340d66cc48cedc586dba084e79366e8
i tried to use CFrame but is no works for me can somebody tell me how can i do that so is going work? or tell me what should i use for that
thanks.
REALINONOOBYT.

They just simply tweened those I think.

1 Like

Most of the time you’re going to need cframes combined with tweeting. You can sometimes use bodyvelcoty and body angular velocity (for rotation)
to make it rotate and control it with a. Script.

Sorry I am mobile but I hope you figure it out!

1 Like

bodyvelcoty doesnt move only? @amp_lex

Body velocity should move the part and body angular velocity rotates. Sorry I can’t help you with scripting atm as I’m on mobile!

1 Like

I don’t really suggest body velocity, because it can lag. So I suggest to just use tween.

1 Like