Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait () do
- game:GetService("ReplicatedStorage").RemoteEvent.PurchaseRequest:FireServer("Bonus", "Call Police")
- for i, v in pairs(game:GetService'Players':GetChildren()) do
- if v and v.Character then
- game:GetService("ReplicatedStorage").RemoteEvent.CallPolice:FireServer(v)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement