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

How do I make this rotation script work?

Asked by 10 years ago

Okay, so this script is for a surface GUI, and I wan it so the words spin around.

while true do
wait(1)
script.Parent.Data.Rotation = 0 + 1
end

Anyone who can help fix this?

0
I tested, it doesn't work. KennyAtkins 0 — 10y

1 answer

Log in to vote
0
Answered by 10 years ago
while wait(1) do
script.Parent.Data.Rotation = script.Parent.Data.Rotation+1
end

Please upvote if this helped!

0
Did it work or not work... micke3212 35 — 10y
0
I'm sure this will work. Nickoakz 231 — 10y
Ad

Answer this question