как сделать ранг над игроком в роблокс студио

Аватар автора
Roblox Studio Уроки и Туториалы
мой ник в роблоксе-danya_pley10 музыка –––––––––––– Музыка: Electronic Senses - Linear Phase и вот скрипт local billboardgui = game:GetService("ServerStorage"):WaitForChild("BillboardGui") game.Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function(character) if player.Name == "MossGod2234" then --Between the ""s, put your Roblox username. local clonedgui = billboardgui:Clone() clonedgui.TextLabel.Text = "Developer" clonedgui.TextLabel.TextColor3 = Color3.fromRGB(255,255,0) clonedgui.Parent = game.Workspace:WaitForChild(player.Name).Head end end) end)

0/0


0/0

0/0

0/0