Advertisement
DashaBars

Cyber City Tycoon

Mar 6th, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local rs = game:GetService("RunService")
  2.  
  3. game.Players.LocalPlayer.PlayerGui.OnScreen.Stats.Pstat.ChildAdded:Connect(function(v)
  4. if v.Name == "PopUp" then
  5. rs.RenderStepped:wait()
  6. v:Destroy()
  7. end
  8. end)
  9.  
  10. rs.RenderStepped:Connect(function()
  11. for i = 1, 3 do
  12. game.ReplicatedStorage.RE.Robbery:FireServer()
  13. end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement