ChatGGPT
(Chat GPT)
1
I was looking through the RBXM Data type documentation - maybe I am crazy or maybe I missed some parts - but I realized that it barely had any documented compared to the Roblox Fandom’s data type page:
And I couldn’t even find some of these in Roblox’s official data type documentation either!
Where do I get the Data Type IDs of the missing ones? EG. TweenInfo, Secret, SharedTable
So far, the only undocumented Data type that I managed to get the ID of was SecurityCapabilities; 0x21
Pls help thanks
East98
(East98)
3
I would maybe start with the official Roblox documentation site: Roblox Engine API reference | Documentation - Roblox Creator Hub
The link above provides links to subpages for Classes, Data types, Enums, Globals, and Libraries provided by the Roblox engine.
1 Like
noob_426
(Philup)
4
You can use an third-party application like cheat engine to tediously find the hex code in the code. Very tedious.
1 Like
ChatGGPT
(Chat GPT)
5
Yeah Like I said, I can not find some of the ones in the official documentation unfortunately