Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[SOLVED] Why isn't my tool cloning and going into the Slasher's backpack?

Asked by 5 years ago
Edited 5 years ago

This is a server script in game.ServerScriptService :

--// Slasher is a random player

local Machete = game.ServerStorage.Tools.Machete:Clone()
Machete.Parent = Slasher.Backpack
0
I would like to post an answer but your script is vague. By what you've given me, it should work. Is it a Tool or a HopperBin? checkerscat2 116 — 5y
0
What is slasher = to? is it the player, the humanoid? bobyjones177 4 — 5y
0
Found the bug. TinyAyush 58 — 5y

Answer this question