Advertisement
BlixerCoreProjecks

САНТЕХНИК - Дисс на ТikTok | Психушка ( Гей Версия ) - Karna.val

Apr 17th, 2022 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  2. function doo(limb, pos)
  3. limb:BreakJoints()
  4. local velocity = Instance.new("RocketPropulsion", limb)
  5. velocity.CartoonFactor = 0
  6. velocity.MaxSpeed = 30
  7. velocity.MaxThrust = 9999
  8. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  9. velocity.Target = game.Players.LocalPlayer.Character.Torso
  10. velocity.TargetOffset = pos
  11. velocity:fire()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement