www.roblox-scripter.com

Script – Sharkbite 2

Thank you for using our website
Your script:

				
					local data = require(game:GetService("Players").LocalPlayer:WaitForChild("PlayerScripts"):WaitForChild("ProjectilesClient"):WaitForChild("WeaponScript"):WaitForChild("HitScanFire"))
local remote = getupvalue(getupvalue(getupvalue(data.Fire,8),4),2)

local function WaitForChildWhichIsA(instance, classtype)
   local target = instance:FindFirstChildWhichIsA(classtype)
   while not target or not target:IsA(classtype) do
       target = instance.ChildAdded:Wait()
   end
   return target
end

while task.wait() do
   remote:FireServer(WaitForChildWhichIsA(workspace:WaitForChild("Sharks"),"Model"))
end

				
			

How about trying out new scripts?