#why doesn't this work

1 messages · Page 1 of 1 (latest)

gilded geyser
#

i've tried to make a part spin using this (in a localscript):

local spin = script.Parent
local rotationSpeed = 20

game:GetService("RunService").RenderStepped:Connect(function(deltaTime)
    spin.CFrame = spin.CFrame * CFrame.Angles(0, rotationSpeed * deltaTime, 0)
end)

however it doesn't seem to work, please help
i've looked up this piece of script online

unkempt isle
#

Youtube is absolutely free

gilded geyser
unkempt isle
solid harbor
unkempt isle
#

Unless its at the bottom of ur script ittll have no meaning if it is