The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Knife Simulator script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  game:GetService("ReplicatedStorage").LOG:Remove() -- removes the logs idk if it works
  2. wait(0.5)
  3. money = game:GetService("RunService").Heartbeat:Connect(function()
  4. pcall(function()
  5. game:GetService("ReplicatedStorage").forhackers:InvokeServer("hit")
  6. end)
  7. end)