From c3e052d6ce40dc1bc981db5c05746a8a19dd9f04 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 18 Jul 2022 02:14:02 +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 950608a..6298fdf 100644 --- a/resources/views/client/visit.blade.php +++ b/resources/views/client/visit.blade.php @@ -106,7 +106,7 @@ function doVisit() else player = game:GetService("Players"):CreateLocalPlayer(0) end - player.Name = + player.Name = "" player.CharacterAppearance = "http://www.morblox.us/Asset/CharacterFetch.ashx?userId=1&placeId=0" local propExists, canAutoLoadChar = false propExists = pcall(function() canAutoLoadChar = game.Players.CharacterAutoLoads end)