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

Player Model Help?

Asked by 9 years ago

For a game I'm making I need to have the player be replaced by a model I've made. I've been told that I need to clone it to the player, which I have no idea how to do, and all I have is

local player = game.Players.LocalPlayer

game.Lighting.BaseCharacter:Clone().parent = player

so I need help on where to direct the clone so I can make it a player model.

1 answer

Log in to vote
0
Answered by 9 years ago

Well first. You would need a local script. and seccond you would need controls for that player character. I fixed **YOUR **script. You may want to consider ServerStorage instead of Lighting tho! Just an Idea!

local player = game.Players.LocalPlayer
game.Lighting.BaseCharacter:Clone().Parent = player.Character
0
It doesnt seem to be working ;-; Disorbed 0 — 9y
0
Is it a local script? Timster111 25 — 9y
0
Yes it is. Disorbed 0 — 9y
0
You would still have to change the ModelPosition AND you would have to make BaseCharacter's Name the actual name in the script Timster111 25 — 9y
Ad

Answer this question