Hello everyone! I’ve been messing around with the FE gun kit and trying to make it seem really cool. I’m trying to make the guns equip when you spawn, like in Arsenal and stuff, but each time I do that the gun destroys itself after about 3 seconds, like it’s unanchored or something.
The server script code:
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
for _, v in pairs(plr.Backpack:GetChildren()) do
if v:IsA("Tool") and v:FindFirstChild('equipPriority') then
char:WaitForChild('Humanoid'):EquipTool(v)
end
end
end)
end)
Video:
Their discord just returns a invalid invite, so I can’t ask there… I’ve also seen a couple of games do this exact thing, but I don’t know how they fixed this.
Edit: Found the right invite, will see if I get a response