Help making trails

Hi. I am making an obstacle course game on roblox, and we had a great idea to add a shop in which you could buy trails. How would I make the trails, and put it into the shop, and make it go into a players inventory. You can send tutorials or other forum posts, or directing me in the correct direction.

2 Likes

First, do you know how trails work? Trail | Documentation - Roblox Creator Hub

You can make a tool that on event Equipped will create the trail instance and join it to player attachments, if you don’t like default ones, can create another attachment by code too.

And on Unequipped will remove them.

1 Like

Well we’re going to make an inventory ui, where players can see their trails, and items. How would I make it that when they tap equip in their inventory their trail changes.

1 Like

First, you need to know how to create the inventory, once done, you can out the trial always with the same name and when equipping, destroy the previous one if any

:grimacing: yea idk how to do that is the problem.

1 Like