1.8k Views
Description
Enjoy:)
Comments
2

Offline
drissbelabide 10 months ago
local rs = game:GetService("ReplicatedStorage")
local players = game:GetService("Players")
local player = players.LocalPlayer
local char = player.Character or player.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
local ts = game:GetService("TeleportService")
local event = rs:FindFirstChild("PartTouchedEvent")
local folder = workspace:FindFirstChild("ToFind")
getgenv().UsedPlayers = getgenv().UsedPlayers or {}
if table.find(getgenv().UsedPlayers, player.UserId) then
game.StarterGui:SetCore("SendNotification", {
*le = "Script",
Text = "You have already used this script!",
Duration = 5
})
return
end
table.insert(getgenv().UsedPlayers, player.UserId)
local function clearNotifications()
for _, gui in ipairs(player.PlayerGui:GetDescendants()) do
if gui:IsA("TextLabel") or gui:IsA("TextButton") then
if not string.find(gui.Text, "Badge Reward") then
pcall(function()
gui:Destroy()
end)
end
end
end
end
if folder then
for _, part in ipairs(folder:GetChildren()) do
clearNotifications()
if event and event:IsA("RemoteEvent") then
event:FireServer(part.Name)
Offline
BopIsme 10 months ago
@drissbelabide
๐ฑ
Well, you really surprised me hmm how did you get around such a blocking uhh well you must be a professional hacker
![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
