View difference between Paste ID: H8tAWdUc and e2LeAPbB
SHOW: | | - or go back to the newest paste.
1-
SCP = game:GetService("Players").FindFirstChild("your username here").Character.Humanoid
1+
SCP = game:GetService("Players").FindFirstChild("Speedbreaker_Racer").Character.Humanoid
2
local function Is(State)
3
   return SCP:GetFullName()
4
end
5
local function IsIn()
6
   if game.Workspace.FilteringEnabled == true then
7
   game.Players.LocalPlayer.Character.Humanoid:ChangeState(12)
8
       return false
9
   else
10
       print("fe is off now enjoy")
11
   game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
12
       return false
13
   end
14
end
15
16
IsIn(Is(game.Players.LocalPlayer.Character.Humanoid:GetState()))