Advertisement
PercentBowl

Outdated Idc take it

Apr 9th, 2020
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.45 KB | None | 0 0
  1. LP = game:GetService('Players').LocalPlayer
  2.  
  3. prev = LP.Character:WaitForChild('HumanoidRootPart').CFrame --holds old CFrame string
  4. LP.Character.Parent = workspace.Terrain --removes character from workspace lol
  5. LP.Character:BreakJoints() --breaks character joints
  6. game:GetService('Workspace'):WaitForChild(LP.Name) --waits for character to be re-added to workspace
  7. LP.Character:WaitForChild('HumanoidRootPart').CFrame = prev -- returns back to previous spot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement