From venuslock, 4 Days ago, written in Plain Text.
Embed
  1. --Rojutsu Blox Script
  2. local discordinv = "https://discord.gg/G5yapQh7xP"
  3. local d
  4. local f = pcall(function()
  5.    d = game:HttpGet("https://raw.githubusercontent.com/LioK251/Scripts/main/"..game.PlaceId..".lua")
  6. end)
  7. if f == true then
  8.    loadstring(d)()
  9. else
  10. game.Players.LocalPlayer:Kick("Join Discord Server for the updates! Invite link is copied. "..discordinv)
  11. setclipboard(discordinv)
  12. end