This is the core logic. You need a series of buttons (typically 1–10) that, when clicked, fire a RemoteEvent to update a SurfaceGui or BillboardGui visible to other players.
To keep it engaging, include a scrolling text feed showing recent ratings or a leaderboard displaying the "Top Rated" avatars currently in the server. Roblox Script -- Rate My Avatar [GUI]
Use Scale instead of Offset in your UDim2 properties. This ensures your rating buttons look the same on a massive monitor as they do on a phone screen. This is the core logic
High-quality scripts often include a "View Profile" button. This pulls data like the player’s Join Date , Inventory Highlights , or a custom Bio using Players:GetPlayerByUserId . Roblox Script -- Rate My Avatar [GUI]
This is the core logic. You need a series of buttons (typically 1–10) that, when clicked, fire a RemoteEvent to update a SurfaceGui or BillboardGui visible to other players.
To keep it engaging, include a scrolling text feed showing recent ratings or a leaderboard displaying the "Top Rated" avatars currently in the server.
Use Scale instead of Offset in your UDim2 properties. This ensures your rating buttons look the same on a massive monitor as they do on a phone screen.
High-quality scripts often include a "View Profile" button. This pulls data like the player’s Join Date , Inventory Highlights , or a custom Bio using Players:GetPlayerByUserId .