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

How could i make a clone of a player who joins the game? [closed]

Asked by 4 years ago

How could i make a clone of a player in my game of the player who joins

Closed as Not Constructive by youtubemasterWOW, Void_Frost, Torren_Mr, and zblox164

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?

2 answers

Log in to vote
1
Answered by 4 years ago

you would use the playeradded event

game.Players.PlayerAdded:Connect(function(plr)
local c=plr.Character or plr.CharacterAdded:Wait()
c:Clone().Parent=workspace

end)
Ad
Log in to vote
0
Answered by 4 years ago

when you join, a model of your character appears in the workspace

all you need to do is to run the game and copy the model

then you can stop the game and then paste it into the workspace