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

How do I load the player's character into a folder?

Asked by 6 years ago
Edited 6 years ago

I would like to load the characters of the players into a folder in the workspace so i can continue to use them. For example, to count the number of players or to find the winner of a game

0
This is a request and way too vague. Please elaborate. oreoollie 649 — 6y

1 answer

Log in to vote
0
Answered by
Launderer 343 Moderation Voter
6 years ago

something like this

game.Players.LocalPlayer.Character.Parent = game.Workspace.Folder
Ad

Answer this question