01 | repeat wait() until game.Players.LocalPlayer.Character |
02 |
03 | local plr = game.Players.LocalPlayer |
04 | local char = plr.Character |
05 | local hum = char:WaitForChild( "Humanoid" ) |
06 | local Torso = char:WaitForChild( "LowerTorso" ) |
07 | local Mouse = plr:GetMouse() |
08 | local toggle = false |
09 |
10 | Mouse.KeyDown:Connect( function (key) |
11 | if key = = "f" then |
12 | if toggle = = false then |
13 | toggle = true |
14 | local BV = Instance.new( "BodyVelocity" ,Torso) |
15 | BV.MaxForce = Vector 3. new( math.huge , math.huge , math.huge ) |
01 | repeat wait() until game.Players.LocalPlayer.Character |
02 |
03 | local plr = game.Players.LocalPlayer |
04 | local char = plr.Character |
05 | local hum = char:WaitForChild( "Humanoid" ) |
06 | local Torso = char:WaitForChild( "LowerTorso" ) |
07 | local Mouse = plr:GetMouse() |
08 | local toggle = false |
09 |
10 | Mouse.KeyDown:Connect( function (key) |
11 | if key = = "f" then |
12 | if toggle = = false then |
13 | toggle = true |
14 | local BV = Instance.new( "BodyVelocity" ,Torso) |
15 | BV.MaxForce = Vector 3. new( math.huge , math.huge , math.huge ) |