Categories > Exploiting > Scripts >

Trivia! Roblox Game Show [Jeopardy] Answer Script

Posts: 1

Threads: 1

Joined: Aug, 2022

Reputation: 0

Posted

Gives a notification with an answer when the prompt is being read.
Game link: https://www.roblox.com/games/5946155382/Trivia-Roblox-Game-Show-Jeopardy
Script:

while wait(1) do

    local answer = workspace.answer.Value

   if workspace.ReadingPrompt.IsPlaying == true then

      wait(1.2)

game.StarterGui:SetCore("SendNotification", {

Title = "Answer";

Text = answer; 

Icon = "rbxassetid://57254792";

Duration = 10;})

   end

end

  • 1

Posts: 1381

Threads: 71

Joined: May, 2022

Reputation: 17

Replied

holy sh*t a script that doesnt use game.Workspace??????????// 😱😱😱😱😱😱😱😱😱😱😱😱

https://cdn.discordapp.com/attachments/986989869068865567/993283556619063356/holy.png

  • 1

Did I mention I use arch btw?

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )