Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- << GetServices >>
- local Players = game:GetService("Players")
- -- << Variables >>
- local BOMB_AMOUNT = 200-- 炸彈數量輸入在前面200的地方.
- local LocalPlayer = Players.LocalPlayer
- assert(LocalPlayer.Character:FindFirstChild("FakeBomb"), "You need to equip the PrankBomb.")
- for i = 1, BOMB_AMOUNT do
- LocalPlayer.Character.FakeBomb.Remote:FireServer(LocalPlayer.Character.Head.CFrame, 50)
- end
Add Comment
Please, Sign In to add comment