MADE BY PX#4802
FEATURE:
- ADD OR REMOVE WORDS FROM PEOPLE OR YOURSELF
- .
- NOTE:
- you can change playername and the value in ohnumber2 to get the specific amount you want to add or remove negative to remove from the specified player, positive to add to the specified player
GAME LINK:
LAST WORDS
SCRIPT:
-- This script was generated by Hydroxide's RemoteSpy: https://github.com/Upbolt/Hydroxide
local ohInstance1 = game:GetService("Players").playernamehere
local ohNumber2 = 5 -- negative to remove, positive to add.
game:GetService("ReplicatedStorage").WordsDonation:FireServer(ohInstance1, ohNumber2)