TW_DragonEggYT

Murder Mystery 2 炸彈生成腳本腳本 Murder Mystery 2 BOMB SPAM SCRIPT made by Gamer Vision

Sep 18th, 2021 (edited)
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. -- << GetServices >>
  2. local Players = game:GetService("Players")
  3.  
  4. -- << Variables >>
  5. local BOMB_AMOUNT = 200-- 炸彈數量輸入在前面200的地方.
  6. local LocalPlayer = Players.LocalPlayer
  7.  
  8. assert(LocalPlayer.Character:FindFirstChild("FakeBomb"), "You need to equip the PrankBomb.")
  9.  
  10. for i = 1, BOMB_AMOUNT do
  11. LocalPlayer.Character.FakeBomb.Remote:FireServer(LocalPlayer.Character.Head.CFrame, 50)
  12. end
Add Comment
Please, Sign In to add comment