Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- local library = loadstring(game:HttpGet('https://raw.githubusercontent.com/violin-suzutsuki/LinoriaLib/main/Library.lua'))()
- local replicated_storage = game:GetService('ReplicatedStorage')
- getgenv().enabled = true
- while task.wait(.25) do
- if getgenv().enabled then
- local roll = replicated_storage:WaitForChild("Remotes"):WaitForChild("roll"):InvokeServer()
- if roll then
- library:Notify("Rolled: " .. roll)
- end
- task.wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment