ROBLOX STUDIO как сделать ранг

Аватар автора
Игровые Чемпионаты
всем привет сегодня я покажу как сделать ранг для игр скрипт 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