Mamamamamoeokwam

Fake video star icon

Oct 30th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1.  
  2. local PlayerList = game:GetService("CoreGui").PlayerList.PlayerListMaster.OffsetFrame.PlayerScrollList.SizeOffsetFrame.ScrollingFrameContainer.ScrollingFrameClippingFrame.ScollingFrame.OffsetUndoFrame
  3. local UserId = game:GetService("Players").LocalPlayer.UserId
  4.  
  5. while true do
  6. if PlayerList then
  7. local Player = PlayerList["p_".. UserId]
  8.  
  9. if Player then
  10. local PlayerIcon = Player.ChildrenFrame.NameFrame.BGFrame.OverlayFrame.PlayerIcon
  11.  
  12. if PlayerIcon then
  13. PlayerIcon.Image = "http://www.roblox.com/asset/?id=10048816455"
  14. end
  15. end
  16. end
  17. task.wait()
  18. end
Advertisement
Add Comment
Please, Sign In to add comment