
9.1k Views
2.4k Executions
Universal FE Spin fling
Universal Script πUploaded by 1 year ago
Please login to perform these actions:
Description
This script lets you fling players

This script lets you fling players

Universal Script π

Universal Script π

Universal Script π

Universal Script π

Universal Script π

Universal Script π

Universal Script π

Universal Script π
ΠΎΠΊΠ°ΠΊ
ΠΎΠΊΠ°ΠΊ
Just do power=500;(game:GetService("RunService")).Stepped:connect(function()game.Players.LocalPlayer.Character.Head.CanCollide=false game.Players.LocalPlayer.Character.UpperTorso.CanCollide=false game.Players.LocalPlayer.Character.LowerTorso.CanCollide=false game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide=false end)wait(.1)local B=Instance.new("BodyThrust")B.Parent=game.Players.LocalPlayer.Character.HumanoidRootPart B.Force=Vector3.new(power,0,power)B.Location=game.Players.LocalPlayer.Character.HumanoidRootPart.Position0 Instead