|
| 04 Aug 2014 09:08 PM |
| im making a mining game and whenever i try to add to the guis text it wont change until i reset |
|
|
| Report Abuse |
|
|
|
| 04 Aug 2014 09:08 PM |
heres my scripting: Add = 1 while true do wait() if script.Parent.Health.Value == 0 then wait() game.StarterGui.Dirt.TellAmount.Text = game.StarterGui.Dirt.TellAmount.Text + Add script.Parent:Remove() end end |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Aug 2014 09:23 PM |
function TimeTrack(trck) for t, f in pairs(Game.Players:GetPlayers()) do local pl = f:WaitForChild("PlayerGui") if pl then tk = f.PlayerGui.TimeKeep.TimeGround.TimeText if tk then tt = tk tt.Text = trck end end end end
TimeTrack("hi")
This was an example. You'll have to change the names in it to your gui's names |
|
|
| Report Abuse |
|
|