Facebook
From Fiery Sloth, 2 Years ago, written in Plain Text.
Embed
Viewing differences between and Re: Re: Roblox Pet Simulator X
  1. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Alleexxi/releasedscritps/main/script%20(1).lua'),true))()
  2. local tbl = require(game.ReplicatedStorage.Framework.Modules.Client["4 | Save"]).Get()
  3. tbl.Hoverboards = {}
  4. for i,v in pairs(game.ReplicatedStorage.Game.Hoverboards:GetChildren())do
  5. table.insert(tbl.Hoverboards, v.Name)
  6. end
  7. getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update()
  8. getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Equip = function(board)
  9. tbl.EquippedHoverboard = board
  10. getsenv(game.Players.LocalPlayer.PlayerScripts.Scripts.GUIs.Hoverboards).Update()
  11. end

Replies to Re: Re: Roblox Pet Simulator X rss

Title Name Language When
Re: Re: Re: Roblox Pet Simulator X Mammoth Baboon text 2 Years ago.