The tools disappear when another player joins roblox studio

First test: Can you put them wepons in the StarterPack and they all show up as they should.
Really nothing hard to clone them to the player… Might be something else wrong here.


image
Doesn’t work

Well this looks like more of the problem. Have to get this all working first.

Soo… What Should I do firstly?

Well, you should have a testing program for your main program (depending on how deep you are atm). In that have a minimal set up for the game and … test them scripts until you get them working.
Sorry to say I’ve never made fighting tools like that so not sure I’ll be much use here.

1 Like

Did you check if these tools are in your backpack folder when testing? Or maybe the contained items in these tools aren’t here?
I had this problem, but it fixed by itself throughout some days. Probably it just can be your studio bug, because I’ve seen many people have “their own” bugs in studio. Though adding tools with scripts is a bad idea, because there can be some problems in the code that would damage tools and everything wouldn’t work.

And one last thing: do your tools disappear when equipped?

When I equip them, they don’t disappear. Also I pinned here video you can check it, or wait, I’ll pin here
robloxapp-20241108-1125256.wmv (2.7 MB)

I found the issue, thanks everyone, who tried to help me!

1 Like

Can you provide some more information how did you fix it? I’ll be very glad if you do and I’m gonna struggle with this problem!

Just removed this punch.Parent = character:FindFirstChild(“Right Arm”)
Like:

punch.Parent = character:FindFirstChild("Right Arm")--
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.