View difference between Paste ID: 6j5zt6k2 and 79gV2wGg
SHOW: | | - or go back to the newest paste.
1-
-- Gets the player
1+
-- Script made by @justhypex on Discord ;)
2-
player = game.Players.LocalPlayer
2+
3
-- Gives the forcefield
4
ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
5-
ff = Instance.new("ForceField", player.Character)
5+
6
7
-- Sets health to max
8
maxHealth = game.Players.LocalPlayer.Humanoid.MaxHealth
9-
maxHealth = player.Humanoid.MaxHealth
9+