BinaricHi

Untitled

Apr 8th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. guard = Instance.new("Part")
  2. guard.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3. guard.Parent = game.Workspace
  4. while true do
  5. guard:Clone()
  6. task.wait()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment