Hi, for some unknown reason, Player.LoadCharacter() is not working for me. I have CharacterAutoLoads Disabled in my game and when I made a localscript in starterplayerscripts it refuses to work
local Player = game.Players.LocalPlayer
Player:LoadCharacter()
Player.CharacterAdded:Connect(function()
game.Players.CharacterAutoLoads = false
end)
I’m desperate, so any help would be appreciate a ton
wanna know the funny thing?
I literally did that
but then i dumbed it down to find where the problem was
but then the problem was still there
also, the point of this post isnt to just disable characterautoloads
I want to find out why my script isn’t working is all.
Maybe it’s just me. I’ll reinstall robox studio and see what happens