Categories > Exploiting > Scripts >
Trivia! Roblox Game Show [Jeopardy] Answer Script
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
Replied
holy sh*t a script that doesnt use game.Workspace??????????// 😱😱😱😱😱😱😱😱😱😱😱😱
https://cdn.discordapp.com/attachments/986989869068865567/993283556619063356/holy.png
Cancel
Post
Did I mention I use arch btw?
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post