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

How do you select a character? [closed]

Asked by 5 years ago
Edited 5 years ago

I want to have the player select a character how do you do that? I don't know how to script a probably easy to script. https://docs.google.com/document/d/1EHPiJo7i_VQYUHDA62mhmMp3aPRjk4tyTGfJD_6nABw/edit

0
^ Post this script here. I can't open the doc. Jexpler 63 — 5y

Closed as Not Constructive by User#23365, Leamir, Lugical, and aazkao

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 5 years ago
Edited 5 years ago

I cannot access the document, but I can tell you how to select the character given the player object.

Do note that I am talking about getting the player in the workspace, if you already have the player object. (that can be obtained through game.Players.Localplayer in localscripts, or by accessing client events in serverscripts. Method #1: You can do player.Character to get to the character. Method #2: Do game.Workspace[player.Name] ("player" has to be set the the player object)

Ad