Advertisement
Sungmingamerpro13

Top 3 Status (NPCS With PlayerPlaces)

Mar 29th, 2024 (edited)
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1. if rank == 1 then
  2.                         print(playerName..": "..rank.."st")
  3.                         game.Workspace.PlayersPlaces.PlayerPlace1.Podium.MiddleBlock.SurfaceGui.numberLabel.Text = rank.."st"
  4.                         game.Workspace.PlayersPlaces.PlayerPlace1.Podium.MiddleBlock.SurfaceGui.PlayerName.Text = playerName
  5.                     elseif rank == 2  then
  6.                         print(playerName..": "..rank.."rd")
  7.                         game.Workspace.PlayersPlaces.PlayerPlace2.Podium.MiddleBlock.SurfaceGui.numberLabel.Text = rank.."nd"
  8.                         game.Workspace.PlayersPlaces.PlayerPlace2.Podium.MiddleBlock.SurfaceGui.PlayerName.Text = playerName
  9.                     elseif rank == 3 then
  10.                         print(playerName..": "..rank.."nd")
  11.                         game.Workspace.PlayersPlaces.PlayerPlace3.Podium.MiddleBlock.SurfaceGui.numberLabel.Text = rank.."rd"
  12.                         game.Workspace.PlayersPlaces.PlayerPlace3.Podium.MiddleBlock.SurfaceGui.PlayerName.Text = playerName
  13.                     end
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement