Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

issues with Properties with spaces?

Asked by 2 years ago

I want to access a workspace property that has a space, but I can't seem to access it via script. I've tried ["Property Here"] and :FindFirstChild, both of which failed when presented with a damn space. what do i do?

0
This is interesting, I think I have an approach and I'll try figuring this out. greatneil80 2647 — 2y
0
Yah its impossible to do this, tried doing crap with Property changed signal and got a wonky error. properties shouldnt have spaces in them to begin with, try using a loadstring vm i guess... greatneil80 2647 — 2y
0
This property of the workspace has a space in it and it says "NotScriptable" https://developer.roblox.com/en-us/api-reference/property/Model/World-Pivot-Orientation MarkedTomato 810 — 2y
0
Oh cool, the only way to access them is to use either built in functions for the specified instance or just by using what it says on the wiki greatneil80 2647 — 2y

Answer this question