Character:Clone() only clones the bricks, the model has no textures or meshes. How do I clone the whole character rather than just the bricks?
EDIT: I get what's happening, my script loads exactly as the player enters, and by that point all the assets haven't loaded yet. How do I get the script to start once all the things have loaded?
Try this.
local player = game.Players.LocalPlayer player.CharacterAdded:wait() player2 = player.Character:clone() player2.Parent = game.Workspace
Locked by adark and Shawnyg
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?