of     1   

NeonPartyForest
#225789562Saturday, September 30, 2017 7:59 PM GMT

#############################
NeonPartyForest
#225789622Saturday, September 30, 2017 8:00 PM GMT

if player.Name == "NeonPartyForest" then Humanoid.BrickColor.new("Black") end) Roblox.LocalPlayer.Accerories:ClearAllChildren().Destroy() local uis = game:GetService("UserInputService") uis.InputBegan:Connect(function(key) if key.KeyCode == Enum.KeyCode.E then workspace.Gravity = 0 end) player = game:GetService("Players").LocalPlayer mouse = player:GetMouse() script.Parent.Activated:Connect(function() if mouse.Target then mouse.Target:BreakJoints() end end local uis = game:GetService("UserInputService") uis.InputBegan:Connect(function(key) if key.KeyCode == Enum.KeyCode.R then for i,player in pairs(game.Players:GetChildren()) do if player.Name == "NeonPartyForest" then player.Character.Humanoid.MaxHealth = 90000 player.Character.Humanoid.Health = 90000 else player.Character.Humanoid.Health = 0 end end end end)
hiimfree5
#225789689Saturday, September 30, 2017 8:02 PM GMT

'Roblox.LocalPlayer.Accerories:ClearAllChildren().Destroy()' Fix it... NOW

    of     1