Advertisement
RealLeon

Squid Game Impossible

Dec 19th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while wait() do
  2. local plr = game.Players.LocalPlayer
  3. local char = plr.Character
  4. local hum = char.Humanoid
  5. local root = char.HumanoidRootPart
  6.  
  7. root.CFrame = CFrame.new(game.Workspace.Jackpot.Position)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement