Update visit.blade.php
This commit is contained in:
parent
c978b49d9e
commit
d61fda0dfe
|
|
@ -101,7 +101,7 @@ function doVisit()
|
|||
else
|
||||
player = game:GetService("Players"):CreateLocalPlayer(0)
|
||||
end
|
||||
player.CharacterAppearance = "http://www.morblox.us/Asset/CharacterFetch.ashx?userId=1&placeId=0"
|
||||
player.CharacterAppearance = "http://www.morblox.us/Asset/CharacterFetch.ashx?userId=1"
|
||||
local propExists, canAutoLoadChar = false
|
||||
propExists = pcall(function() canAutoLoadChar = game.Players.CharacterAutoLoads end)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue