Advertisement
thatpastebinner

ROnopoly Game Crasher

Jan 26th, 2023
2,417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. while(task.wait()) do
  2.   task.spawn(function()
  3.        local ohBoolean1 = tick() % 2 == 1
  4.        local ohNumber2 = math.huge
  5.        
  6.        game:GetService("ReplicatedStorage").functionsAndEvents.rollDice:InvokeServer(ohBoolean1, ohNumber2)
  7.    end)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement