--Script made by r3da09
local Targets = {"All"} -- "All", "Target Name", "r3da09"
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local AllBool = false
local GetPlayer = function(Name)
Name = Name:lower()
if Name == "all" or Name == "others" then
AllBool = true
return
elseif Name == "random" then
local GetPlayers = Players:GetPlayers()
if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end
return GetPlayers[math.random(#GetPlayers)]
elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then
for _,x in next, Players:GetPlayers() do
if x ~= Player then
if x.Name:lower():match("^"..Name) then
return x;
elseif x.DisplayName:lower():match("^"..Name) then
return x;
end
end
end
else
return
end
end
local Message = function(_Title, _Text, Time)
game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time})
end
local SkidFling = function(TargetPlayer)
local Character = Player.Character
local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")
local RootPart = Humanoid and Humanoid.RootPart
local TCharacter = TargetPlayer.Character
local THumanoid
local TRootPart
local THead
local Accessory
local Handle
if TCharacter:FindFirstChildOfClass("Humanoid") then
THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")
end
if THumanoid and THumanoid.RootPart then
TRootPart = THumanoid.RootPart
end
if TCharacter:FindFirstChild("Head") then
THead = TCharacter.Head
end
if TCharacter:FindFirstChildOfClass("Accessory") then
Accessory = TCharacter:FindFirstChildOfClass("Accessory")
end
if Accessoy and Accessory:FindFirstChild("Handle") then
Handle = Accessory.Handle
end
if Character and Humanoid and RootPart then
if RootPart.Velocity.Magnitude < 50 then
getgenv().OldPos = RootPart.CFrame
end
if THumanoid and THumanoid.Sit and not AllBool then
return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol
end
if THead then
workspace.CurrentCamera.CameraSubject = THead
elseif not THead and Handle then
workspace.CurrentCamera.CameraSubject = Handle
elseif THumanoid and TRootPart then
workspace.CurrentCamera.CameraSubject = THumanoid
end
if not TCharacter:FindFirstChildWhichIsA("BasePart") then
return
end
local FPos = function(BasePart, Pos, Ang)
RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang
Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)
RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)
RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
end
local SFBasePart = function(BasePart)
local TimeToWait = 2
local Time = tick()
local Angle = 0
repeat
if RootPart and THumanoid then
if BasePart.Velocity.Magnitude < 50 then
Angle = Angle + 100
FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
task.wait()
else
FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))
task.wait()
FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
task.wait()
end
else
break
end
until BasePart.Velocity.Magnitude > 500 or BasePart.Parent ~= TargetPlayer.Character or TargetPlayer.Parent ~= Players or not TargetPlayer.Character == TCharacter or THumanoid.Sit or Humanoid.Health <= 0 or tick() > Time + TimeToWait
end
workspace.FallenPartsDestroyHeight = 0/0
local BV = Instance.new("BodyVelocity")
BV.Name = "EpixVel"
BV.Parent = RootPart
BV.Velocity = Vector3.new(9e8, 9e8, 9e8)
BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)
Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
if TRootPart and THead then
if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then
SFBasePart(THead)
else
SFBasePart(TRootPart)
end
elseif TRootPart and not THead then
SFBasePart(TRootPart)
elseif not TRootPart and THead then
SFBasePart(THead)
elseif not TRootPart and not THead and Accessory and Handle then
SFBasePart(Handle)
else
return Message("Error Occurred", "Target is missing everything", 5)
end
BV:Destroy()
Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
workspace.CurrentCamera.CameraSubject = Humanoid
repeat
RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)
Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))
Humanoid:ChangeState("GettingUp")
table.foreach(Character:GetChildren(), function(_, x)
if x:IsA("BasePart") then
x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
end
end)
task.wait()
until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25
workspace.FallenPartsDestroyHeight = getgenv().FPDH
else
return Message("Error Occurred", "Random error", 5)
end
end
if not Welcome then Message("Script by R3da09", "Enjoy!", 5) end
getgenv().Welcome = true
if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end
if AllBool then
for _,x in next, Players:GetPlayers() do
SkidFling(x)
end
end
for _,x in next, Targets do
if GetPlayer(x) and GetPlayer(x) ~= Player then
if GetPlayer(x).UserId ~= 1414978355 then
local TPlayer = GetPlayer(x)
if TPlayer then
SkidFling(TPlayer)
end
else
Message("Error Occurred", "This user is whitelisted! (Owner)", 5)
end
elseif not GetPlayer(x) and not AllBool then
Message("Error Occurred", "Username Invalid", 5)
end
end
roblox fling v2 script 2024-2025 - Pastebin.com (2024)
Top Articles
Discover Top Posts Tagged with #the illness has eaten away at my very flesh | Tumgag
#yandere kokushibo | tinandabin
Milady Cosmetology State Board Practice Test
Latest Posts
Hantengu Clones x Reader ~ ONESHOTS & HEADCANONS - [FLUFF] ~ [Choosing A Husband: Karaku x Demon!Reader] - Page 2
#yandere uzui | tinandabin
Recommended Articles
- Revolve Pc Download Windows 10
- Supernormal Main Missions
- T. L. Winton Salon LLC - Bensalem, PA 19020 - Services and Reviews
- Custodian (Night) - Murrieta Mesa High School - IN HOUSE ONLY (Only open to current, permanent employees of MVUSD - Substitutes are not eligible to apply at this time.) at Murrieta Valley Unified School District
- Paraffin Wax for Arthritis | Kaiser Permanente
- ≥ Vind trapauto toys op Marktplaats
- William Kentridge | Kentridge.studio
- Anime Ougon Senshi Gold Lightan Download
- 飞向月球 Movie Poster
- What Rating Is Alpha Muse
- Developing Game Where You Type to Serve Food
- Where Was The Movie 五福臨門 (1950) Filmed At
- Три кота и море приключений (2022)
- How Long Does Tetris Effect Take To Beat
- Pumpkin Soup Nirvana: How to Make Pumpkin Soup in a Ninja Like a Pro - Vnlit
- María Dolores Pradera Twitter Oficial
- ハルカの光 Full Movie Subtitle English
- Vitamin B12 Dosage: How Much Should Your Elderly Loved One Take?
- An efficient extraction device for microplastics in marine sediments and its applications
- Does Prince Of Sewing Have A Happy Ending
- Megaton Musashi Wired |OT| Let’s Com-Battle To-Getter Z OT
- A Thousand And One Recipes Online English Dub
- +++ 13:37 NATO-Generalsekretär gibt Kiew einen Korb +++
- Afk Journey Encyclopedia
- Honey Sonic Ringworlds
- After Work (2023) Costume
- Ueki No Housoku Japanese Title
- What Order To Watch Come As You Are (2020)
- Hundred Year Love Which To Watch First
- Kuma To Interi Music Composer
- Bedienungsanleitung Tkwh 2000: in Nordrhein-Westfalen | markt.de
- How I Met My Soulmate Bible
- Harry Hamlin: Credits, Bio, News & More | Broadway World
- A Guide to the 12 Best At-Home Hair Cutting Scissors
- The Best Nail Care Tools And Equipment - A Comprehensive Review
- Relaxation coréenne : ses bienfaits - lonalise
- Black Summer season 2, episode 3 recap - what happened in "Card Game"?
- 2024 GS Locality Pay Tables
- Les contes des Mille et Une Nuits | BnF Essentiels
- Hoshi Yuki Yo Anime Review
- Remembering Freddie Mercury: On the 20th Anniversary of His Death, 7 Iconic Moments
- Yakusoku No Neverland: Norman Kara No Tegami Epilogue
- The Best Prostate Massagers to Try for Deep, Intense Orgasms
- How to watch ESPN8: The Ocho 2024
- Plants' Post-Bloom Demise: A Natural Cycle Explained
- Play Edge Of Sanity Online Free
- Nyaight of the Living Cat, tome 1 - Hawkman
- Tengen Toppa Gurren Lagann: Gurren Gakuen-Hen Chapter Count
- How Many Recorder To Ransel Mi Series Are There
- Permanent Makeup Removal - Methods, Risks, Cost, Aftercare
- Pet Lands Sound Board
- Evolution - Latest research and news
- The Definitive Guide to Deodorant You Need
- Episode 17 Mantaro
- Ben Boyer Netflix 2022
- Movies Similar To The Hound Of The Baskervilles (1937)
- Extensive look at the many appearances of Surfing Pikachu in Pokémon video games, animation, the Pokémon TCG and manga
- The Kubikiri Cycle Temporada 3 Capitulo 4
- Keratin für die Haare: Kaputte Haare waren gestern [RATGEBER]
- Black Magic Mario 66 Manga Comprar
- What's The New Movie With Matt Moore
- License and Commercialization agreement between Pierre Fabre and ValenzaBio on an anti-IGF-1R antibody for the development of a novel treatment in Thyroid Eye Disease (TED)
- PAPA ROACH And RISE AGAINST Announce 'Rise Of The Roach' 2025 U.S. Tour
- Did American History X foreshadow the resurgence of white nationalism in the US?
- Kamen No Maid Guy: Ano Natsu, Ichiban Yutaka Na Chichi. Teams
- Music Inside: A Vr Rhythm Game Kostenlos
- 生徒会役員共, Seitokai Yakuindomo (SYD) Episode 13
- Island | Definition, Types, Examples, & Facts | Britannica
- Cosmopax Singleplayer
- Scot Cooper Anti Vax
- Download Tales Of Puppet Game
- Who Directed 暖爱
- Saban's Adventures Of Pinocchio Episode 2 Full
- CDP Research: Increasing Contraception Options for Women
- Good Night World Sad Ending
- A Beast's Descent Into Love Vol 15
- Go For It, Nakamura! How To Draw
- Neves Plus Change Appearance
- Wallpaper Teekyuu 3
- Legend Of Exorcism Movie Putlocker
- Anime Bane Of My Existence Online
- Nine Lives (2016) | Rotten Tomatoes
- B - Wanted Nintendo
- Edad De Jung Chae-Yeon
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- What Can You Watch Daily Dose Of Sunshine On
- 东方卫视跨年演唱会 Rating
- I Was Reincarnated As A Baby Fox God Episode 9 Vostfr
- How Many End Game Volumes
- Graupner Software Update gibt es noch funktionierende Links?
Article information
Author: Mr. See Jast
Last Updated:
Views: 6320
Rating: 4.4 / 5 (75 voted)
Reviews: 90% of readers found this page helpful
Author information
Name: Mr. See Jast
Birthday: 1999-07-30
Address: 8409 Megan Mountain, New Mathew, MT 44997-8193
Phone: +5023589614038
Job: Chief Executive
Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming
Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.