Greetings! I’m a beginner programmer who is currently working on an obby type of game to which I’d like to add coils. Do you have any video suggestions or other ways that could possibly help me? Your help will be greatly appreciated. Thank you for reading!

2 Likes

Couldn’t you just take an coil from the toolbox?

You could, But it’s better not to use free models. I recommend just looking up “how to make a speed coil roblox” I got a good tutorial as the first result when I did this.

1 Like

Copy and paste this into the command bar:

local id = 16688968
game:GetService("InsertService"):LoadAsset(id).Parent = workspace

This will get the actual gear item sold by Roblox.

3 Likes

I don’t really like using the toolbox feature. Mainly because some models may contain a virus. I also try to avoid using free models to keep my game original. Thanks anyways!

Thank you so much! It worked perfectly fine.