The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Unlock Hoverboards script pastebin roblox
By Unlock Hoverboards on 2024-09-22 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local tbl = require(game.ReplicatedStorage.Framework.Modules.Client["4 | Save"]).Get()
  2. tbl.Hoverboards = {}
  3. for i,v in pairs(game.ReplicatedStorage.Game.Hoverboards:GetChildren())do
  4.     table.insert(tbl.Hoverboards, v.Name)
  5. end
  6. getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update()
  7. getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Equip = function(board)
  8.     tbl.EquippedHoverboard = board
  9.     getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update()
  10. end



  • Recent Roblox Scripts