Roblox Script -- RoBowling [Aimbot]

 


Game: https://www.roblox.com/games/340227283/RoBowling

How to use: When you have a ball, just press x and it will automatically shoot at the nearest pin.

Disclaimer:

Part of this script is sampled from this thread: https://v3rmillion.net/showthread.php?tid=1172889

Owner of the sampled part of the script: https://v3rmillion.net/member.php?action...id=2660024

Script:

local plr = game.Players.LocalPlayer

local uis = game:GetService("UserInputService")


local remote = game:GetService("ReplicatedStorage").ServerRemote


function getPinPos()

   for i,v in pairs(workspace.FunctionalAssets.BowlingLanes:GetDescendants()) do

       if v:IsA("StringValue") and v.Value == plr.Name then

           return v.Parent.PinPositions.Pin1.Position

       else

           local dist, pos = 9e9


Created by : magnet#0001 // 394318793637232641 

Previous Post Next Post