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

Char Command help what am i doing wrong or what do i add?

Asked by 5 years ago

this is a local script because it's in a gui

01function Clicked()
02 
03 
04local PS = game:GetService("Players")
05 
06local ID = PS:GetNameFromUserIdAsync(script.Parent.Parent.CodeName.Text)
07 
08 
09PS:GetHumanoidDescriptionFromUserId(ID)
10 
11 
12--but how the hell do i load it on to a character based off of the text in a text box like if i put in a player name i want them to load in a character and stuff---
13 
14 
15 
16 
17end
18 
19 
20script.Parent.MouseButton1Click:Connect(Clicked)

Answer this question