Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = Instance.new("Part", game.Workspace)
- p.Name = "CONV"
- p.Size = Vector3.new(10,1,100)
- p.Anchored = true
- --p.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0, -p.Size.Z/2)
- p.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) * CFrame.new(0,0, -p.Size.Z/2)
- wait(1)
- --p.Velocity = p.CFrame.lookVector
- p.Velocity = Vector3.new(0,0,-500)
- print('GAAAAAAAY')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement