Advertisement
EmeraldIT

Untitled

Jul 3rd, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. i = 0
  2. wel = Instance.new("Weld", script.Parent.SmallPart)
  3. wel.Part0 = script.Parent
  4. wel.Part1 = script.Parent.SmallPart
  5. wel.C0 = CFrame.new(0,0,0)
  6. while true do
  7. i = i + 0.5
  8. pcall(function()
  9. 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)
  10. end)
  11. wait()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement