Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PlayerList = game:GetService("CoreGui").PlayerList.PlayerListMaster.OffsetFrame.PlayerScrollList.SizeOffsetFrame.ScrollingFrameContainer.ScrollingFrameClippingFrame.ScollingFrame.OffsetUndoFrame
- local UserId = game:GetService("Players").LocalPlayer.UserId
- while true do
- if PlayerList then
- local Player = PlayerList["p_".. UserId]
- if Player then
- local PlayerIcon = Player.ChildrenFrame.NameFrame.BGFrame.OverlayFrame.PlayerIcon
- if PlayerIcon then
- PlayerIcon.Image = "http://www.roblox.com/asset/?id=11478378840"
- end
- end
- end
- task.wait()
- end
Add Comment
Please, Sign In to add comment