Advertisement
robloxboblox

Untitled

Apr 23rd, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local path = game:GetService("Players").LocalPlayer.PlayerGui.Main.Right.Diamonds.Amount
  2. local number = 1
  3.  
  4. while wait() do
  5. if number then
  6. path.Text = tostring(number * 2)
  7.  
  8. number = tonumber(path.text)
  9. end
  10. end
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement