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)