BGetPT
By wesdwastaken
has a list of 3k+ properties and its basically bettergetproperties it should return every possible roblox property heres an example of spawning a part in and getting all of its properties ``` -- Create a test part local p = Instance.new("Part") -- Print them out warn("seperator") for name, value in pairs(BGetPT(workspace.Part)) do print(name .. ": " .. tostring(value)) end ```
Version: 1.0.0
Downloads: 2
Rating: 0.00 (0 ratings)
Views: 69
Created: 2/21/2026
Updated: 2/21/2026
Loading script...