I don't really know that much about httpservice.
http = game.HttpService game.Players.PlayerAdded:connect(function(plr) local u = "http://api.roblox.com/currency/balance" http:GetAsync(u) print(plr.Name.. "Got this much robux and tix"..u,2) end)
On the api it shows the localplayer's robux and tix amount. How would i make this show for each player pressing the button?
Sorry, but for that API to work as you want it to you need the user's password. This is because the API looks for a ROBLOX cookie (or you have to provide one in your request). In other words, without account details, the API will not fetch relevant information for you. Sorry!