[ad_1]
Created by Mana64
Features:
- GO X3 SPEED ON THE HOVERBOARD
for i,v in pairs(game:GetService("ReplicatedStorage").Game.Hoverboards:GetChildren()) do
local modul = nil
for k,e in pairs(v:GetChildren()) do
if string.find(e.Name,"Data") then
modul = e
end
end
if modul ~= nil then
local s = require(modul)
s["speed"] = 3
else
warn("no module found lol")
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]
What is (NO MODULE LOL)