Flamefled

Untitled

Feb 1st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Game : https://www.roblox.com/games/1270304310/DRAGONBALL-Z-Overdrive
  2.  
  3.  
  4. move = "Kamehameha" -- Which move you want to loop, the higher the move level, the higher the power gain.
  5. a = game.Players.LocalPlayer.name
  6. while true do
  7.  
  8. game.Players.LocalPlayer.Backpack[move].powerScript.replicator:FireServer("startFiring", Vector3.new(-6565.8335, -273.306702, -4675.72461))
  9. wait()
  10. game.Players.LocalPlayer.Backpack[move].powerScript.replicator:FireServer("fire", Vector3.new(-6565.8335, -273.306702, -4675.72461))
  11. wait()
  12. game.Workspace[a].combatScript.replicator:FireServer("attack")
  13.  
  14. game.Workspace[a].kiBlastScript.replicator:FireServer("fireLeft")
  15.  
  16. game.Workspace[a].kiBlastScript.replicator:FireServer("fireRight")
  17.  
  18. game.Workspace[a].dashScript.replicator:FireServer()
  19.  
  20. game.Workspace[a].flyScript.replicator:FireServer()
  21.  
  22. game.Workspace[a].sprintScript.replicator:FireServer()
  23. end
Add Comment
Please, Sign In to add comment