From d61fda0dfe72af58af21f779bc6655fe0ffb563d Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:23:53 +1000 Subject: [PATCH] Update visit.blade.php --- resources/views/client/visit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)