humarb

TestGAG2

Aug 26th, 2025 (edited)
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  3.  
  4. local player = Players.LocalPlayer
  5. local character = player.Character or player.CharacterAdded:Wait()
  6. local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
  7. print("[+] Character loaded:", character)
  8.  
  9. local now = humanoidRootPart.CFrame
  10.  
  11. character:PivotTo(now + Vector3.new(0, 200, 0))
Advertisement
Add Comment
Please, Sign In to add comment