Hello Everyone! I’ve made a game on Roblox, where you can sell your Roblox Models and scripts.But I cannot make a working sell your Roblox Creations gui. Can anyone tell me how to make it in Roblox Studio.Thank you!
Do you mean use the marketplace service to add the model to the buyers inventory?
Check out the game if your interested: Roblox Studio Virtue - Roblox
Yes. A gui where you can enter model name,buyers info and a button which will save the info of the details given. So it appears for others to buy.
This isnt my strong point, but you can use data saves to achieve this.
Yeah I checked it and it only saves it but, what if a player enters some appropriate name of a model or info for it. Those also save and others see it and sometimes the data store isn’t opening for some players.Is there any way to fix this?
Do you mean inappropriate?
You can use this for filtering
Yes! I’m sorry I didn’t include the letters (in).Lemme check the filltering.
Ok thank you it helped scripting a bit, but the info should be filltered and saved to Roblox Data Store at the same time.Its not working if both are included at once.In data store, its saved as tags and its causing error in selling the players model to others.
If anyone is good at scripting, please tell me how can buy gui get all the models info saved in it.I tried making a system. The buy models button in buy models gui can work if scripted datastore:GetAsync(“Model Id”). But how does the model go to buy gui after we saved to the data store.