Euphoriah

Results 28 comments of Euphoriah

Yes, I've also tried 34873 > Can you confirm that nothing else is bound to that port?

> The fixation on "OptionalCoordinateFrame" is misguided. This term was derived from the XML tag of the same name. It should be noted that the the name of such tags...

> [Workspace](https://create.roblox.com/docs/reference/engine/classes/Workspace) isn't a global it's a service so this error is correct, workspace is just a shortcut for accessing it without having to `game:GetService("Workspace")`: ```lua print(workspace) print(game.Workspace) print(Workspace) --...

> > > [Workspace](https://create.roblox.com/docs/reference/engine/classes/Workspace) isn't a global it's a service so this error is correct, workspace is just a shortcut for accessing it without having to `game:GetService("Workspace")`: > > >...

> For clarity on how I see this, this is all the same as saying RunService or Debris are treated as undefined globals. RunService and what-not will print it nil...

Adding onto this `Game` is affected too ```lua print(Workspace==workspace, Game==game) --> true, true ```

> The API being used: > > https://github.com/noblox/noblox.js/blob/0d347116f880c45a96ca6aa22ac6928b9917ab1c/lib/games/configureGamePass.js#L91 > > Will have been removed as you suggest. Do you know what the new API is? I think they POST to...

> So anyway ... I think we can at least automate cataloguing proxy properties in rbx_reflector by using the injected plugin to set properties on each instance in a defaults...

Hoping for the best of this! Removing one of the best plugins was really uncalled for on their end.