Advertisement
Honansik

Dragon Blade Open World RPG Script [Fling Players]

Jan 17th, 2022
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. for i = 1,50 do
  2. local Target = "harrypsavage"
  3. local ohInstance1 = workspace[Target .. "_HumanoidMover"].Collider
  4. local ohVector32 = Vector3.new(math.huge, math.huge,math.huge)
  5. local ohNumber3 = math.huge
  6.  
  7. workspace[game.Players.LocalPlayer.Name].ThrowObjectFunc:InvokeServer(ohInstance1, ohVector32, ohNumber3)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement