www.roblox-scripter.com

Script – Anime Cross World

Thank you for using our website
Your script:

				
					local plr = game.Players.LocalPlayer

plr.Character.Boosts.Instinct:Destroy()

plr.CharacterAdded:Connect(function()

   plr.Character:WaitForChild("Boosts")

   plr.Character.Boosts:WaitForChild("Instinct")

   plr.Character.Boosts.Instinct:Destroy()

end)
				
			

How about trying out new scripts?