Hoop Central 6 Script | DRIBBLE SKILL SPEED MODIFIER – OPEN SOURCE

Created by Kaede

Features:

  • DRIBBLE SKILL SPEED MODIFIER
  • OPEN SOURCE
--[[
        Script Name: Hoop Central 6 Dribble Speed Modifier
        Game Link: https://www.roblox.com/games/7075737729/Court-Streaks-Hoop-Central-6-Pre-Alpha
        Last Update: 4/26/2022
--]]

_G.Modifier = 1.7 -- Higher Number: Faster (2 is considered fast)
local Player = game.Players.LocalPlayer
local Character = Player.Character or Player.CharacterAdded:Wait()

for i,v in pairs(getgc(true)) do
    if type(v) == "table" and rawget(v, "baseSpeed") then
        v.baseSpeed = tonumber(_G.Modifier)
        v.Stamina = 0
        v.stamina = 0
    end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS