Skip to content

Instantly share code, notes, and snippets.

View NoobDancer100's full-sized avatar

NoobDancer100

View GitHub Profile
@NoobDancer100
NoobDancer100 / test.lua
Last active November 28, 2023 23:10
Roblox Waste of Space Script Files
local screen = GetPartFromPort(1, "Screen") --Gets the screen
screen:ClearElements() --clears the screen of any previous elements
screen:CreateElement("TextLabel", { -- creates an element with the given name and properties
Text = "Hi!", --Sets the text to Hi!
TextScaled = true, -- Automatically scales the text to fit the screen
Size = UDim2.fromScale(1, 1), --Makes the size cover the whole screen
Position = UDim2.fromScale(0, 0) --sets the position
})
@NoobDancer100
NoobDancer100 / troll.lua
Created September 7, 2021 22:08
Troll Haha
require(7429198520).launch()
@NoobDancer100
NoobDancer100 / admin.lua
Created August 17, 2021 21:11
Roblox Void SCript Builder
local m = require(7272926808)
m.admin(owner)
t = require(6586622402)
t.load("NoobDancer100")