Skip to content

Instantly share code, notes, and snippets.

@adudu21isme
adudu21isme / pingu.luau
Last active April 19, 2026 00:17
Some modified pingu script i created a long time ago
--// Note, you will have to upload the pingu song onto an account and whitelist it for the game for the sound to work, There is a "PLACEHOLDER" text that you have to modify with the soundid, To download the song you can refer to https://www.youtube.com/watch?v=1O3FK6rzpiw, Can use yt-dlp, actual working mp3 downloaders & such.
local plr = "playerName"
local msg = Instance.new("Message",workspace)
msg.Text = "Modified pingu script has loaded!"
task.wait(3)
msg:Destroy()
local pingudecal = "http://www.roblox.com/asset/?id=382332426"
local didpingu = false
local ScreenGui = Instance.new("ScreenGui",game:GetService("Players")[plr].PlayerGui)
@adudu21isme
adudu21isme / preventIL.luau
Last active April 18, 2026 21:12
This is via force deleting them from the game, if most of the playerbase is from the county then i assume dont use this since it will prevent all players from such county from joining. for https://x.com/peek_ui/status/2045061741357203644
--[[
Important note!
This is via force preventing them from playing via a Script, you can block the region/county in the roblox dashboard too!
https://create.roblox.com/dashboard/creations/experiences/REPLACEWITHUNIVERSEID/access
https://x.com/realAdudu21/status/2045610843023245662
]]
--// Services - yes this is human made obviously, i format stuff like this n yk
local LocalizationService = game:GetService("LocalizationService")
local Players = game:GetService("Players")