TheUnknownDiscord

thing?

Sep 2nd, 2021 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local Humanoid = owner.Character.HumanoidRootPart
  2. Part = Instance.new("Part",owner.Character.HumanoidRootPart)
  3. Part.Size = Vector3.new(1.5,1.5,1.5)
  4.  
  5. while true do
  6. Part.CFrame = CFrame.new(Humanoid.CFrame.X, 1, Humanoid.CFrame.Z)
  7. wait(0.1)
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment