Advertisement
Honansik

Roblox Titanic Script

Nov 25th, 2021
2,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. _G.poi = not _G.poi
  2.  
  3. for i=1,100 do
  4.     spawn(function()
  5.         while _G.poi do
  6.                 wait()
  7.             local tbl_main =
  8.             {
  9.             "thi&!44",
  10.             false,
  11.             false,
  12.             false
  13.             }
  14.             game:GetService("ReplicatedStorage").RemoteEvents.Gui.AddPoint:FireServer(unpack(tbl_main))
  15.         end
  16.     end)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement