This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --// 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| 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") |