Advertisement
opticalshots

Untitled

Mar 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local plr = game.Players.OriginalDinoGod
  2. lpChar = game.Players.LocalPlayer.Character.Torso
  3.  
  4. local w = Instance.new("Weld", lpChar)
  5. w.Part0 = lpChar
  6. w.Part1 = plr.Character.Torso
  7. w.C0 = lpChar.CFrame
  8. w.C1 = lpChar.CFrame * CFrame.new(0, -10000, 0)
  9. wait(0.1)
  10. w:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement