Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- i = 0
- wel = Instance.new("Weld", script.Parent.SmallPart)
- wel.Part0 = script.Parent
- wel.Part1 = script.Parent.SmallPart
- wel.C0 = CFrame.new(0,0,0)
- while true do
- i = i + 0.5
- pcall(function()
- script.Parent.CFrame = script.Parent.CFrame:Lerp(workspace.PhoenixClockworks.HumanoidRootPart.CFrame*CFrame.Angles(4 - --[[math.sin(i/10)]]2*math.cos(i/10),math.rad(i*2), 0)*CFrame.new(5,0,0), 0.1)
- end)
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement