#Give Bucks custom command (exe admin cmds) not working

3 messages · Page 1 of 1 (latest)

hollow hinge
#

look at the grey part

#
events.fill.OnServerEvent:Connect(function(player, recipient, input)
    if ELEMENTS.HAS_ACCESS(player) then
        game.Players:FindFirstChild(recipient).leaderstats.Bucks.value += input
    end
end)