My bow stopped working Need Further explanation please

So how do I fix it so that there is no stray dupe.

image
remove the top one

edit: in serverscript line 8

edit2: it also clones an Arrow then puts it in nil folder, which means you don’t know it exists but it sits there taking up memory

Did you put it in the starter pack?

Because my bow works too in the starter pack.

Edit: According to another helper, my bow won’t work bc the server won’t see it. Only the client can see it meaning it won’t work.

yes I did put it in the starter pack, the reason your thing doesnt work is because when scripts run, even if you clone them they don’t run again, put the bow in ServerStorage instead of where the script is, then that will prevent the tool serverscript from running

I put it in the replicated storage and this happened:

Bow is not a valid member of TextButton “Players.crazyEjai.PlayerGui.ScreenGui.Frame.Archer”

local tool = script.Parent.Bow:Clone()

The error came from this line of code @PostVivic

change your line of code to

local tool = game.ReplicatedStorage.Bow:Clone()
1 Like

It fixed the error but the bow still doesn’t work.

put a print inside the serverscript at the very top like

print("Started")

then get your tool then die and see if it prints again

It didn’t even print. I put it in the ServerScriptService so weird.

Edit: The ServerScriptService is rejecting the script as soon as I try the game it deletes my script any suggestions @tornadoguy77

that was my reply hello sirrrrrrrr

windows and light mode?

Conclusion

not good

@ItsTruckYear Yes the text above was you.