Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Workspace.PLAYERNAME.Humanoid --- Change PLAYERNAME to player's name
- game.ReplicatedStorage.Remotes.ChangeMaxHealth:FireServer(p,7000) --- 7000 is the amount of health
- game.ReplicatedStorage.Remotes.ChangeHealthtoMax:FireServer(p) --- This will heal you to maximum health
Add Comment
Please, Sign In to add comment