#starter character help
1 messages · Page 1 of 1 (latest)
local Players = game:GetService("Players")
local RS = game:GetService("ReplicatedStorage")
local char = RS:WaitForChild("Rig")
Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
plr.Character = char
end)
end)
that's what i have for the moment
sorry for bed english
Just put the character in the StarterPlayer folder
And make sure the name is StarterCharacter
my savior