Update visit.blade.php

This commit is contained in:
Thomas G 2022-09-14 20:23:53 +10:00
parent c978b49d9e
commit d61fda0dfe
1 changed files with 1 additions and 1 deletions

View File

@ -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)