When player clicks on button, they need to change to the model in the Lighting
function Click(mouse) script.Parent.Parent.Parent.Parent.Parent.CharacterAppearance = game.Lighting.Models.Crazy script.Parent.Parent.Parent.Parent.Parent.Character:BreakJoints() end script.Parent.MouseButton1Down:connect(Click)