Game pass tool script wont work

In my group game I have a Segway game pass I brought it but i wont get it?
I don’t think there is anything wrong with the code.

I am really stressed out, why wont this work?

(I followed a tutorial on YouTube and everyone else saying that it works)

1 Like

Segway should be a Tool, and not a Model? Unless if the Backpack can actually accept Models as Tools O_o

The Segway tool is in The model. The model is by Q_Q. Screenshot 2021-02-22 at 03.27.32

For what reason is it in a model? Seems just pointless.

1 Like

You Should Do

local Tool = script.Segway.Segway

You Defined the Tool as A Model.
@CompleteBroken

4 Likes

Try removing the tool from the model and parenting it to the script. It isn’t working because a model is not the same as a tool and cannot be placed in the player’s backpack.

1 Like

Uhm, not sure I just got it from the toolbox.


(I don’t think you can Parent Tools into Models)

-_-
They grouped it so it shows the camera. Just ungroup it, delete the camera, boom your code is fixed. You cannot clone a model with a tool in it into a character. That will not work.

1 Like

You Have 2 Options :

→ Either Take the Tool and Parent it to The Script

→ Or Change the Line Defining the Tool to ;

local Tool = script.Segway.Segway

Okay, I have done that It works but when I place the Segway down it vanishes lol

Is that a Bug with the Segway Script Itself?
Check the Scripts if it Destroys the Segway as it is Equipped.
It Should Look Somewhat Like This

script.Parent.Equipped:Connect(function()
script.Parent:Destroy()
1 Like

Any scripts that destroy the Tool upon equipped?

1 Like

I seriously have no idea. @YT_Forceman @JackscarIitt

Check the Script or Send it Here

You do not need a model. Delete the model and the thumbnail camera. They are both not needed.

2 Likes

which script? (gamepass script or segway script) btw this is what is in studio:

Segway Script. Send the Screenshot

1 Like

Wait. If You Hold it as It Does not Vanish inside Your Inventory that means It does not Destroy itself.

I Don’t think the Script is Destroying its Parent As when You Hold it You Still have the Segway in Your Inventory