Error: 16:23:57.867 - Players.Aeroporia.PlayerScripts.Pickup:11: attempt to index nil with 'WaitForChild'
local player = game.Players.LocalPlayer local mouse = player:GetMouse() local char = player.Character local stats = char:WaitForChild("Stats")
i just had to put a wait() in the script and