Advertisement
anphu04

coming soon

Mar 20th, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local p = Instance.new("Part", game.Workspace)
  2. p.Name = "CONV"
  3. p.Size = Vector3.new(10,1,100)
  4. p.Anchored = true
  5. --p.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,0, -p.Size.Z/2)
  6. p.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position) * CFrame.new(0,0, -p.Size.Z/2)
  7. wait(1)
  8. --p.Velocity = p.CFrame.lookVector
  9. p.Velocity = Vector3.new(0,0,-500)
  10. print('GAAAAAAAY')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement