scriptify12

Tralalero Tralala RNG OP Script

Apr 25th, 2025
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local library = loadstring(game:HttpGet('https://raw.githubusercontent.com/violin-suzutsuki/LinoriaLib/main/Library.lua'))()
  5. local replicated_storage = game:GetService('ReplicatedStorage')
  6.  
  7. getgenv().enabled = true
  8.  
  9. while task.wait(.25) do
  10. if getgenv().enabled then
  11. local roll = replicated_storage:WaitForChild("Remotes"):WaitForChild("roll"):InvokeServer()
  12.  
  13. if roll then
  14. library:Notify("Rolled: " .. roll)
  15. end
  16. task.wait()
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment