diff --git a/resources/views/client/visit.blade.php b/resources/views/client/visit.blade.php index 70e6ec2..8e63cce 100644 --- a/resources/views/client/visit.blade.php +++ b/resources/views/client/visit.blade.php @@ -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)