The Pic for the thingy ? https://gyazo.com/8266a516c4ea4d55c1b003edcc8584ad https://gyazo.com/8008805ab3a9617f3bd50361cc0024ce i have made it work only in the roblox studio but don't work when i play it in roblox And i just learn how to script
I didn't see the photo but i can give you some advices with the gui... - you have to use local scripts not server-sided scripts - put the local script inside the gui and define the variables like
button = script.Parent.Textbutton
plr = game.Players.LocalPlayer button = plr.PlayerGui.ScreenGui.Textbutton
button = game.StarterGui.ScreenGui.Textbutton