#Need help with a script my friend sent me
15 messages · Page 1 of 1 (latest)
is that good for making a short loop
liket his
i have a better example hold on
yk what just use this
local part = script.Parent
while true do
task.wait(1) -- how fast it changes
part.Rotation = Vector3.new(0, 30, 0) -- rotation 1
task.wait(1) -- same shit
part.Rotation = Vector3.new(0, -30, 0) -- rotation 2
end
this is... truly inefficient...
Yeah
But who cares
U rlly thought ill make an efficient animation script that runs by given rate in seconds and search some equasions and formulas that will change the rotation based off of starter rotation?
At 12:57 AM?