I have a problem with my local script. I made it for a “Find the ___” kind of game, and its for a gui to pop up saying that you found a tix. The problem is that ingame, it doesnt show up at all. Infact, the local script doesnt even run. It works perfectly fine in studio, but in regular roblox its just broken.
How did you script it?
like this:
local player = game.Players.Localplayer
player.playergui... -- Here the rest (do this for every line)
or like this:
game.StarterGui... -- Here the rest
If you did it like the last one you could try using the first
I did it using the first, but i added a wait on the character loading.
You’ve got to be kidding me right now. Turns out, the problem was the .characteradded:Wait()
Welp, time to fix my gui.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.