Help with game.CreatorID when game is in a group

So I have this script, and it’s like a custom player list with leaderstats, but there are the colours for like friends and creator. The friends one works, but the game is on the group. I need help with the creator one because the game is in a group and I don’t know how to make it like user’s ID or username instead of game.CreatorId. I already tried one method my self which didn’t work, and I can’t script anyway.

Can somebody please help?

An easy fix would to just be to hard code it. Replace game.CreatorId with the userId of the “creator”. To find a players user id, you go to their profile and copy the numbers in the url, e.g.
image

like

if v.UserId = MY_ID_HERE then

yeah, that would work properly

Basically, yes, or check if the user is the owner of the group.

Alright, testing right now! Hoping it works!!

Worked! Thank you!!
image

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.