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.
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