|
| 20 Sep 2015 07:42 PM |
| How do I make so the "Bright Green" Team has a GUI on spawn, but the "Bright Red" Team will not get that GUI when they spawn. |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2015 07:43 PM |
Just destroy the gui if the local players team color isn't Green
if player.TeamColor ~= "Bright Green" then gui:Destroy() end
This is morash's midnight snack -DB |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2015 07:46 PM |
Where do I place the script?
|
|
|
| Report Abuse |
|
|
|
| 20 Sep 2015 07:49 PM |
| bump answer above question |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 20 Sep 2015 08:28 PM |
Well it really depends how you organize your scripts.
You can place it into Workspace. |
|
|
| Report Abuse |
|
|