Update visit.blade.php

This commit is contained in:
Thomas G 2022-07-18 02:14:02 +10:00
parent abaf333a9d
commit c3e052d6ce
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function doVisit()
else
player = game:GetService("Players"):CreateLocalPlayer(0)
end
player.Name = <?php echo $username; ?>
player.Name = "<?php echo $username; ?>"
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)