У вашего броузера проблема в совместимости с HTML5
Thank you for watching!
---------------------------------------------
Model: https://www.roblox.com/library/3181214258/NameTagUI
---------------------------------------------
local getTag = game:GetService("ServerStorage"):WaitForChild("NameTagGui")
game:GetService("Players").PlayerAdded:Connect(function(plr))
plr.CharacterAdded:Connect(function(char))
char:WaitForChild("Humanoid").HealthDisplayDistance = 0
char:WaitForChild("Humanoid").NameDisplayDistance = 0
local cloneTag = getTag:Clone()
cloneTag.Parent = char.Head
cloneTag.Frame.NameText.Text = plr.Name
if plr.Name == "YourNameHere" then
cloneTag.Frame.PrefixText.TextLabel.Text = "VIP"
cloneTag.Frame.PrefixText.ImageColor3 = Color3.fromRGB(255,89,89) -- Here you can set other color from RGB.
end
end)
end)
---------------------------------------------
Music by NCS