It's kinda hard for me to make it though I usually have a gui which just doesn't have working buttons.
once u need 1.GUI 2.ServerEvent?
here is a epic tip
local plr = script.Parent.Parent.Parent.Parent
that it
If you are doing it in teams then when a player selects a job, it will set the player to the team.
so
local SetTeam = function(plr,name) plr.TeamColor = game.Teams:FindFirstChild(name).TeamColor end button.MouseButton1Click:connect(function() SetTeam(game.Players.LocalPlayer, button.Name) end)
Closed as Not Constructive by namespace25 and Goulstem
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?