Advertisement
XxSpiritDuoxX

Dice Roll

May 28th, 2022
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. for x = 1,30 do
  2.     workspace.DICE_TEXT.SurfaceGui.TextLabel.Text = [[Rolled a ]] .. math.random(1,6)
  3.     task.wait()
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement