ScratchData LogoScratchData
Back to YourGDplayer's profile

check this project if you want a anti-cheat in your roblox game

YOYourGDplayer•Created February 19, 2025
check this project if you want a anti-cheat in your roblox game
1
1
9 views
View on Scratch

Instructions

it must be putted on Serverscriptservice btw i made this with ai [not ChatGPT btw], the one from bing read below if you dont want to type this: local Players = game:GetService("Players") -- Function to check if a player is cheating local function isCheating(player) -- Replace this with your actual cheating condition return player:FindFirstChild("Cheating") ~= nil end -- Event listener for when a player joins Players.PlayerAdded:Connect(function(player) -- Continuously check if the player is cheating while player:IsDescendantOf(game) do wait(1) -- Check every second if isCheating(player) then player:Kick("You have been kicked for cheating.") break end end end)

Description

C2A

Project Details

Project ID1136362022
CreatedFebruary 19, 2025
Last ModifiedFebruary 19, 2025
SharedFebruary 19, 2025
Visibilityvisible
CommentsAllowed