Reproduction Steps
In a local script, access the property game.CreatorType
Expected Behavior
game.CreatorType should return Enum.CreatorType.Group if the game is owned by a group.
Actual Behavior
Enum.CreatorType.User is returned in group owned games.
It happens only in Roblox Studio.
Issue Area: Studio
Issue Type: Other
Impact: Moderate
Frequency: Constantly
vespa_rbx
(vespa_rbx)
October 27, 2021, 8:51pm
#2
Do you get this in PlaySolo testing?
vespa_rbx
(vespa_rbx)
October 27, 2021, 8:54pm
#3
what you get if you test this with Local Server
? (TEST → Local Server → 1 Player → Start)
Yes I forgot to mention I tested the bug in PlaySolo testing. I confirm that it also happens with Local Server testing.
vespa_rbx
(vespa_rbx)
October 27, 2021, 10:02pm
#5
We’ll check what is going on there, thanks for the report
1 Like
I absolute need to have this issue fixed, it’s getting very annoying for me to manually remember to change a line of code whenever I want to test something with this property.
I tried using game.CreatorId
instead of game.CreatorType
, but clients in Studio always return 0 for group-owned games, which could be linked to this problem.
Any update on this? This bug still happens
xtcwr
(xtcwr)
June 8, 2024, 3:52am
#8
Hi,
This should have been fixed with one of the recent release.
Thanks
2 Likes
Hello,
I confirm the problem is fixed. Thanks !
system
(system)
Closed
June 22, 2024, 11:28am
#10
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.