The Booth Plaza Script | GAMBLE BOT

Created by haboi

Features:

  • GAMBLE BOT

Function: When you say Start in chat it will activate the bot and let anyone at your booth know if they have won lost or hit the jackpot
Notes: You have to say Start with the s being uppercase for it to work

Example of script:
https://imgur.com/a/gSK6YVp

local Players = game:GetService("Players")

local function chatted(msg)
    if msg == "Start" then
local a = 50
local b = math.random(1, 100)
if a == b then
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "...",["Icon"] = "",["Colour"] = "Select from dropdown"})
wait(2)
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "Jackpot",["Icon"] = "",["Colour"] = "Select from dropdown"})
Wait(2)
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "say Start to go again",["Icon"] = "",["Colour"] = "Select from dropdown"})
elseif a > b then
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "...",["Icon"] = "",["Colour"] = "Select from dropdown"})
wait(2)
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "You win",["Icon"] = "",["Colour"] = "Select from dropdown"})
Wait(2)
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "say Start to go again",["Icon"] = "",["Colour"] = "Select from dropdown"})
print("win")
else
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "...",["Icon"] = "",["Colour"] = "Select from dropdown"})
wait(2)
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "You lose",["Icon"] = "",["Colour"] = "Select from dropdown"})
wait(2)
game:GetService("ReplicatedStorage").Booth:FireServer("Update",{["Decoration"] = "Select from dropdown",["Text"] = "say Start to go again",["Icon"] = "",["Colour"] = "Select from dropdown"})
print("loss")
end
end
end

Players.LocalPlayer.Chatted:Connect(chatted)

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS