#Give Bucks custom command (exe admin cmds) not working
3 messages · Page 1 of 1 (latest)
events.fill.OnServerEvent:Connect(function(player, recipient, input)
if ELEMENTS.HAS_ACCESS(player) then
game.Players:FindFirstChild(recipient).leaderstats.Bucks.value += input
end
end)
Developer Forum | Roblox
Visual Learner? Watch @Cookie_DevX’s video to learn more about Custom Commands. Introduction. Custom Command is one of the best features of Product: exe. You can create different types of commands that do different things like setting the time to dawn, clearing your friend’s accessories, or making the server go blind by making ...