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

How can you make a chothes change gui with id? [closed]

Asked by 4 years ago
Edited 4 years ago

0
Umm... This is NOT how you ask a question sir TheBigBro122 427 — 4y
0
^ matiss112233 258 — 4y
0
scriptinghelpers.org/help/how-post-good-questions-answers Leamir 3138 — 4y

Closed as Not Constructive by Leamir, kingblaze_1000, and JesseSong

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?

1 answer

Log in to vote
0
Answered by 4 years ago

try this



players = game:GetService("Players") script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.Shirt.ShirtTemplate = --put your Id in here. end)
Ad