Replies: 1 comment 2 replies
-
|
There is currently no way to support this, our implementation of string requires is purely filesystem based at the moment. We will wait until Luau finalises their string requires set up before making further changes right now. Roblox has no concepts of string requires at the moment - so you must be using a code transform tool to do this mapping. You might be able to update your tool to map relative to file tree appropriately. Alternatively, you may want to use an alias such as |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
If I want to import something from replicated storage from a script in server script service for example, I can't because it uses file paths relative to the file tree rather than the Roblox hierarchy. Is there a way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions