Advertisement
OffbrandShrek

Roblox trivia script

Mar 10th, 2023
1,589
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. while wait(1) do
  2.  
  3.     local answer = workspace.answer.Value
  4.  
  5.    if workspace.ReadingPrompt.IsPlaying == true then
  6.  
  7.       wait(1.2)
  8.  
  9. game.StarterGui:SetCore("SendNotification", {
  10.  
  11. Title = "Answer";
  12.  
  13. Text = answer;
  14.  
  15. Icon = "rbxassetid://57254792";
  16.  
  17. Duration = 10;})
  18.  
  19.    end
  20.  
  21. end
Tags: Roblox
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement