Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- torso = game.Players.LocalPlayer.Character.HumanoidRootPart
- p = Instance.new("Part")
- p.Size = Vector3.new(500,1,500)
- p.BrickColor = BrickColor.Red()
- p.Anchored = true
- p.CFrame = torso.CFrame * CFrame.new(0,-15,0)
- p.Parent = workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement