Still doesn't work
Segment:
function onClicked(mouse)
if on then
fire = Instance.new("Fire")
fire.Parent = game.Workspace.Ioveme.Head
fire.Size =7
fire.Heat = 10
fire.Color = Color3.new(0, 0, 255)
fire.SecondaryColor = Color3.new(25, 0, 102)
ff = Instance.new("ForceField")
ff.Parent = game.Workspace.Ioveme
if game.Workspace.Ioveme.Humanoid.MaxHealth == 500 then
ff:Destroy()
end
game.Workspace.Ioveme.Humanoid.MaxHealth=math.huge ----------------------replace all of your names
game.Workspace.Ioveme.Humanoid.Health= math.huge
game.Workspace.Ioveme.Humanoid.WalkSpeed = 20
game.Workspace.Ioveme.Head.Reflectance=1
end
(example) |