#tween not playing

4 messages · Page 1 of 1 (latest)

primal hatch
#
local rot = script.Parent
local ser = game:GetService("TweenService")
local ts = TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut)
local spin = ser:Create(rot,ts,{CFrame = rot.CFrame*CFrame.Angles(0,math.rad(360),0)})

task.wait(5)

spin:Play()
print("aaa")```
subtle sonnetBOT
#

studio** You are now Level 1! **studio

primal hatch