Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help Me On This Local Script? Making A Text Change In Game.

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

Im Trying To Change Text While The Game Is Running Any Help? I Tried To Wright The Script And Something Went Wrong. I Put it In A Local Script.

while true do
game.Players.LocalPlayer.StaterGui.GameText.Frame.TextOfGame.Text = "Waiting For More Players."
wait(.5)
game.Players.LocalPlayer.StaterGui.GameText.Frame.TextOfGame.Text = "Waiting For More Players.."
wait(.5)
game.Players.LocalPlayer.StaterGui.GameText.Frame.TextOfGame.Text = "Waiting For More Players..."
wait(.1)
end

Answer this question