Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = Instance.new("Part")
- p.Name = "CONV"
- p.Size = Vector3.new(10,1,2000)
- p.Anchored = true
- p.BrickColor = BrickColor.Black()
- p.Material = "DiamondPlate"
- p.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0, -p.Size.Z/2)
- p.Velocity = p.CFrame.lookVector * 7000
- p.Parent = workspace
Add Comment
Please, Sign In to add comment