hello everyone me again and now can i ask you something about my problem on building i made a enemies and some of the part of my enemies is from meshes from toolbox and i wonder if i’ll get a like copyright problem?
the problem is the torso and head of my models is meshes from toolbox i wanna know if it not okey or what.
I say give credit to its respective owner/s, or even ask for permission. You can track down whoever made the model, or at least attempt to find it’s creator by selecting the mesh > open it’s properties > scroll or find the mesh ID > select the ID > https://www.roblox.com/library/``enter ID here`` (If this doesn’t work, feel free to message me and I’ll give you a hand with finding the original owner!)
It’s very important for game creators and groups today to give credit of assets to their respective and rightful owners. This has many advantages! Anyways, I hope you figure something out very soon!
(Also, usually, anything from the toolbox is free - though some assets may contain viruses or be stolen from their original creators. For example, I’ve seen leaked Phantom Forces models in the tool box, sometimes even whole maps are taken. It is important to track down original owners/creators of the asset you want to use before you use them) Have a good day or night!.
A free model, is a free model. As soon as it gets put on the toolbox, the creator is giving everyone rights to use the model (or mesh) in any way they want.
No. All free models should be cocpyright-free. After all, free modelsl are for developers to use in their game, so why would they be copyrighted? But some free models are stolen, so make sure the model is by a trusted developer. Free models by ROBLOX are always reliable.
If you get something from the toolbox is free to use it you don,t need to give him creadits (any toolbox object have been poste for people can use ) but also remember that some free models have virus and that might bring problems too your game.
The toolbox provides free models.
Uploading something to the toolbox gives everyone the right to use it free of charge or any copyright.
If it’s something small like a simple mesh or if you edit a small model enough I wouldn’t give credit, but for anything significant or big it’s just a gentleman’s thing.
when inserting a free model into your game open the “Explorer” window tab thing and
search “Script” inspect all the scripts and if they have a weird name like “ProperGr�mmerNeededInPhilosiphalLocations;insertNoobHere” or “�” or just “ProperGr�mmer” then delete it it is a virus if inspect any script inside a free model if it has any really Sussy-wussy code UwU like “numhere/numhere/numhere/numhere/numhere/” its obfuscaition and you SHOULD DELETE THE SCRIPT AND ANY SCRIPT THAT IS DESCENDANT OF THE MODEL.
edit:
also if you want to easily delete all the scrits within a model here do this
for _, Instance in pairs(MODEL:GetDescendants()) do
if (v:IsA('Script') or v.ClassName=='Script') then
v:Destroy()
enc
end
end