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

Loading CharacterAppearance from external site?

Asked by
21_T 0
6 years ago
Edited 6 years ago

Hi! I'm just wondering how I could load a players CharacterAppearance from a external site.

This is the site I want to load it from: http://roblox07.ga/players/1/characterappearance.json

I tried this:

game.Players.PlayerAdded:connect(function(Player)
    Player.CharacterAppearance = "http://roblox07.ga/players/1/characterappearance.json" 
end)

But it didn't worked, and I didn't expect it to work either.

Any ways to do this?

Thanks in advance, 21_T

Answer this question