Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. fIRST SCRIPT ONLY WORKS WITH THE FIRST 2 FIRE MOVES
  2.  
  3. while wait() do
  4. Repetition = game.ReplicatedStorage.Remotes
  5. wait(0.1)
  6. Repetition.DoClientMagic:FireServer("Fire", "Consecutive Fire Bullets")
  7. Repetition.DoMagic:InvokeServer("Fire", "Consecutive Fire Bullets")
  8.  
  9. Repetition.DoClientMagic:FireServer("Fire", "Great Fire Blast")
  10. Repetition.DoMagic:InvokeServer("Fire", "Great Fire Blast")
  11. end
  12.  
  13. 2ND SCRIPTS
  14.  
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 5555, 0)
  16. wait(1)
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  18. game.Players.LocalPlayer.Character.Torso.Anchored = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement