Update visit.blade.php
This commit is contained in:
parent
abaf333a9d
commit
c3e052d6ce
|
|
@ -106,7 +106,7 @@ function doVisit()
|
||||||
else
|
else
|
||||||
player = game:GetService("Players"):CreateLocalPlayer(0)
|
player = game:GetService("Players"):CreateLocalPlayer(0)
|
||||||
end
|
end
|
||||||
player.Name = <?php echo $username; ?>
|
player.Name = "<?php echo $username; ?>"
|
||||||
player.CharacterAppearance = "http://www.morblox.us/Asset/CharacterFetch.ashx?userId=1&placeId=0"
|
player.CharacterAppearance = "http://www.morblox.us/Asset/CharacterFetch.ashx?userId=1&placeId=0"
|
||||||
local propExists, canAutoLoadChar = false
|
local propExists, canAutoLoadChar = false
|
||||||
propExists = pcall(function() canAutoLoadChar = game.Players.CharacterAutoLoads end)
|
propExists = pcall(function() canAutoLoadChar = game.Players.CharacterAutoLoads end)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue