Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I clone the Hammer/Owner Icon on the Player list to other players?

Asked by 3 years ago
Edited 3 years ago

Recently, I joined a game that has multiple players (The developers) with the Hammer/Owner icon of the game. I wanted to know how I could do this myself and clone it to specific players. Thanks!

I would think you would put this if statement into StarterCharacterScripts, but I don't know how to clone it to other players.

local player = game:GetService("Players") 

if player.UserId == "0" then

end)

Answer this question