Categories > Exploiting > Roblox >
[REL] 🌠Retail Tycoon API | Create Scripts Easily ðŸŒ
Posted
I made this API a couple weeks ago, and initially planned to keep it to myself but figured I would release it.
It makes creating scripts, gui's etc very simple and fast.
Example Usage:
local API = loadstring(game:HttpGet('https://raw.githubusercontent.com/BigBoyKlem/RetailTycoonAPI/main/api.lua'))()
local RunService = game:GetService('RunService')
task.spawn(
RunService.RenderStepped:Connect(function()
API.CleanStore() -- Clean the store.
API.RestockStore() -- Restock the store.
API.CatchRobbers() -- Catch all robbers.
end)
)
-- Rainbow Store
task.spawn(
function()
while (true) do
for i=0,1,0.01 do
API.ChangeStoreColor(Color3.fromHSV(i,1,1))
task.wait()
end
end
end
)
Make sure to leave suggestions in the replies, I'll be updating this frequently.
10 years ago
Replied
Very Nice Realse. I Vouch
Cancel
Post
https://media.discordapp.net/attachments/1013939973671624917/1027279180192292944/unknown.png
https://media.discordapp.net/attachments/1010670716062007347/1108945330847883274/image.png
Replied
This is a bump
Cancel
Post
Replied
@Klem Although this script is not that useful in the exploiting side of things, you know... because script devs are not actually gonna use. I have to say, this is a great and nice contribution.
Cancel
Post
GitHub: https://github.com/sound-infinity
Discord: SoundInfinity#2135
Replied
This is a bumperoo
Cancel
Post
Added
This is another bump...
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post