Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Humanoid = owner.Character.HumanoidRootPart
- Part = Instance.new("Part",owner.Character.HumanoidRootPart)
- Part.Size = Vector3.new(1.5,1.5,1.5)
- while true do
- Part.CFrame = CFrame.new(Humanoid.CFrame.X, 1, Humanoid.CFrame.Z)
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment