SOURCELY
a marketplace for Roblox developers to buy and sell assets
Think of it as simply an “Etsy or Unity Asset Store” for Roblox creators.
Go and try it yourself now!
CURENTLY IN APLHA
LINK
1 Like
Why use this over Roblox’s official marketplace?
3 Likes
An even better question; why not use ClearlyDevs, an already existing marketplace?
All of those points are fair… what’s the issue?
Mainly require() and just Remote events in general.
It doesn’t state require() is denied, neither with RemoteEvents. It DOES state that require(AssetId) is denied, which is different from require().
Exactly, require(AssetId). That’s the problem.
No offense, but you really shouldn’t use require(AssetId), as not only does it not give type checking, it proves exactly what they are preventing; you don’t know what you are requiring.
Just import the module directly and utilize require(PATH), there, now it’s legal.


