Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
Universal Script πŸ“Œ
8.0k Views

Universal FE Spin fling

Universal Script πŸ“ŒUploaded by
1 year ago
Please login to perform these actions:

Description

This script lets you fling players

View Raw
Edited By: floppa_scripter Download


Comments
3
User profile picture
dehism 1 year ago
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
User profile picture
Tovar 1 year ago
ΠΎΠΊΠ°ΠΊ
User profile picture
Anton_gandon 1 year ago
ΠΎΠΊΠ°ΠΊ
Please Login to add a comment.