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

How to I create a Screen Gui that switches between morphs?

Asked by 10 years ago

I'm trying to create a screen gui so that at enter and respawn, you have an option to choose between one of the two sides. Then once you press it, it gives you another screen gui, giving you a list of options to choose between one of the morphs that are given to each respected side. Something similar to this game except without all those other options: http://www.roblox.com/Experimenting-2-place?id=69861153 This is what I currently have:

local p = script.Parent.Parent.Parent.Parent
wait (1)
p.TeamColor = BrickColor.new("INSERTCOLORHERE")

local c = game.Workspace:getCharacterFromPlayer(p)
c:BreakJoints()
0
Could some one help me to creating this difficult GUI? Mirror_Master 25 — 10y

Answer this question