Ok, so the script is in a LocalScript, but I want the outfit to be seen by everyone and not just the player.
script.Parent.MouseButton1Down:connect(function() playername = script.Parent.Parent.Parent.Parent.Name playerteam = script.Parent.Parent.Parent.Parent player = Workspace:FindFirstChild(""..playername.."") if player ~= nil then player:FindFirstChild("Shirt").ShirtTemplate = "http://www.roblox.com/asset/?id=267460168" player:FindFirstChild("Pants").PantsTemplate = "http://www.roblox.com/asset/?id=267460509" end end)
If anyone can tell me how to change this into a Server-Sided script, that would be great!
Cheers,
Michael