SHOW:
|
|
- or go back to the newest paste.
1 | -- Game: https://www.roblox.com/games/1229173778/Lab-Experiment | |
2 | ||
3 | -- Script | |
4 | ||
5 | plr = game:service'Players'.LocalPlayer | |
6 | char = plr.Character | |
7 | root = char.HumanoidRootPart | |
8 | ||
9 | root.CFrame = root.CFrame * CFrame.new(0,100,0) | |
10 | root.Anchored = true |