Find any script for Roblox

Enter the name of the game or script.

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)