Search results
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
- C00lkidd gui
local Paragraph = feTab:CreateParagraph({Title = "NOTICE",...
- C00lkidd gui
c00lkidd gui (NOT FE). Contribute to 1EpikCoder2/C00lkidd development by creating an account on GitHub.
26 lip 2024 · hintLabel.Text = "c00lkidd was here" hintLabel.Size = UDim2.new(0.5, 0, 0.1, 0) hintLabel.Position = UDim2.new(0.25, 0, 0.45, 0) ... local script = Instance.new('LocalScript', TextButton_5) -- LocalScript inside the TextButton local button = script.Parent
5 paź 2024 · local Paragraph = feTab:CreateParagraph({Title = "NOTICE", Content = "Some FE script can doesn't work if they don't work contact me FireServiceScripter#1073 on discord"}) local Button = feTab:CreateButton({ ... Or Error333615 in Roblox] --[NOTICE : This Script Has Been Create By Error333615 The Owner Of The Team c00lkidd Reborn nobody have ...
Universal Script 📌 - this script was made by c00lkidd fan (idk) but a couple of scripts don't work or don't FE. (by: LordMuhamad)
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs. Contribute to Ice-Ware/c00lkidd-GUI-Reborn development by creating an account on GitHub.
local cl = script.ScriptBase:Clone() cl.Name = "LightEdit" cl.Code.Value = [[repeat wait(.1) local color = Color3.new(math.random(255)/255,math.random(255)/255,math.random(255)/255) game.Lighting.Ambient = color: game.Lighting.FogColor = color: until nil]] table.insert(lobjs, cl) cl.Parent = game.Workspace cl.Disabled = false