Ah, then maybe all it is, is just the tool.Enabled = true
that will activate it for equipping.
Heâs talking about if a person is standing in the spot of the workspace when itâs moved to the workspace.
But I donât think thatâs a concern, since it will automatically be equipped by the correct player after itâs moved.
No, I put it in workspace without code.
Quick update: itâs not working at all now. Doesnât even throw a infinite yield
âŚthe gun is already in serverstorage. That wonât change a thing.
What difference would that make though?
Could you just briefly check that the gun actually works? Try putting it in StarterPack
for a moment
Uh⌠so randomly it started working?
Thank you�
âŚ
ROBLOX Studio youâre drunk go home
I swear thereâs been a whole lot of recent occurrences with scripts not working, and sometimes randomly working & I donât know why that issue keeps happening?
I know there is a solution, but instead of inserting it into workspace, why donât you insert it into the players Backpack, and then run Humanoid:EquipTool(tool)? Putting it in the workspace seems weird.
Itâs meant to be in serverstorage or workspace, I donât want the player to have the tool immediately
Ah ok, well after testing what you can do is insert the tool into ReplicatedStorage and then run the equip tool function. That way there is no worries about an exploiter getting the tool, but to be honest I donât know how they would since as soon as itâs inserted into workspace right after the Humanoid equips it.
Edit:
[Just saw meant to be in ServerStorage or Workspace]