Categories > Exploiting > Scripts >
[Request] A fling script
Posted
it sounds stupid but I can't find a fling script any fling script please even a sniper fling script that works in R6 games
Added
thanks it works
Cancel
Post
Replied
I use this one:
https://pastebin.com/raw/q91bMPBH
makes u invisible and hides your name so people just get flung randomly and have no idea whats going on
Cancel
Post
Reputation Goal: 69
#NoMoreMods
#MEWANTGLOBALCHAT
Replied
didn't work for me do I need to wear a a hat or something?
Cancel
Post
Replied
I made this a while ago when I started scripting so it's really bad but it's useable
local Player = game.Players.PLAYER -- Replace PLAYER with person you want to annoy
while wait() do
game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(Player.Character.Head.Position) -- Change LowerTorso to Torso if they are R6
RPP = Instance.new("RocketPropulsion", game.Players.LocalPlayer.Character.Torso)
RPP.Target = Player.Character.Torso -- Change LowerTorso to Torso if they are R6
RPP.MaxSpeed = 9999999
RPP.MaxThrust = 9999999
RPP:Fire()
end
Cancel
Post
hi
im bad at scripting
Replied
it actually works good besides sometimes it breaks but thanks.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post