Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Workspace:WaitForChild('SebTDZ500')
- while true do
- local NewPart = Instance.new("Part")
- NewPart.Parent = game.Workspace
- NewPart.Position = plr:WaitForChild('HumanoidRootPart').Position - Vector3.new(0, 5, 0)
- NewPart.Anchored = false
- NewPart.Transparency = 1
- NewPart.Size = Vector3.new(10, 0.3, 10)
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment