1 | while true do |
2 | wait(. 00001 ) |
3 | script.Parent.Text = game.Players.LocalPlayer.leaderstats.Money.Value |
4 | end |
So, the problem here is that this script works fine in Studio. But when i test it in-game it stops working. I don't know what to do, please answer.