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

Is the LoadCharacter method accessible through a LocalScript?

Asked by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
9 years ago

I've tried to respawn a character by using the LoadCharacter method, and it failed.

Error: "LoadCharacter can only be called by the backend server"

I don't want to give you the full script, so here's a sample one:

game.Players.LocalPlayer:LoadCharacter()

1 answer

Log in to vote
0
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
9 years ago

You have to call the LoadCharacter method from a Script, not a LocalScript, which is exactly what that error is telling you.

0
Mk. I just thought you always could. Shawnyg 4330 — 9y
Ad

Answer this question