#Need help with a script my friend sent me

15 messages · Page 1 of 1 (latest)

sinful cosmos
#

my friend sent me a script but i didn't understand it and when i asked for help they said they forgot so i rlly need help

fallow igloo
#

Dude.

#

Use tweenservice

sinful cosmos
#

is that good for making a short loop

#

liket his

#

i have a better example hold on

fallow igloo
#

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
west crystal
#

this is... truly inefficient...

fallow igloo
#

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?