Advertisement
Dsaqwed123

Infinite heat action

Apr 19th, 2024
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LScript 0.51 KB | Gaming | 0 0
  1. game.ReplicatedStorage.Styles.Brawler.VisualName.Value = "Fisticuffs"
  2. getfenv().Activated = true
  3.  
  4. local function FillHeat()
  5.     local Event = game:GetService("ReplicatedStorage").Events.ME
  6.  
  7.     for i=1,6 do
  8.         local A_1 =  {
  9.             [1] = "heat",
  10.             [2] = game:GetService("ReplicatedStorage").Moves.Taunt
  11.         }
  12.         Event:FireServer(A_1)
  13.     end
  14. end
  15.  
  16. spawn(function()
  17.     while true do
  18.         task.wait()
  19.         if not Activated then break end
  20.         FillHeat()
  21.     end
  22. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement