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)
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)
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.
For what reason is it in a model? Seems just pointless.
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.
Uhm, not sure I just got it from the toolbox.
-_-
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.
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()
Any scripts that destroy the Tool upon equipped?
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.
Segway Script. Send the Screenshot
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