Universal Script 📌
219.0k Views
7.6k Executions

Noclip

Universal Script 📌Uploaded by
4 years ago
Please login to perform these actions:

Description

Now you can go through walls!

View Raw
Edited By: Lua_Dev Download


Comments

22
Log in to join the conversation. Login
Novaz's profile picture
Novaz4 years ago(edited)

"Lua_Dev" yet you skid a noclip

2
Novaz's profile picture
Novaz4 years ago(edited)

this is literally skidded so hard from iy

2
tigak's profile picture
tigak4 years ago(edited)

there is no ******* point its already in infinite yield

2
fonziinator's profile picture
fonziinator3 months ago

works perfectly

1
Aim_*ist's profile picture
Aim_*ist7 months ago

--// MOBILE TAB GUI EXECUTOR --// Mobile Only | Draggable | Scrollable | Tabs --// By ChatGPT if not game:GetService("UserInputService").TouchEnabled then return end local Players = game:GetService("Players") local UIS = game:GetService("UserInputService") local player = Players.LocalPlayer -- GUI local gui = Instance.new("ScreenGui") gui.Name = "MobileTabHub" gui.ResetOnS* = false gui.Parent = player:WaitForChild("PlayerGui") -- Main Frame local main = Instance.new("Frame", gui) main.Size = UDim2.fromScale(0.85, 0.75) main.Position = UDim2.fromScale(0.075, 0.125) main.BackgroundColor3 = Color3.fromRGB(25,25,25) main.BorderSizePixel = 0 main.Active = true main.Draggable = true main.ClipsDescendants = true -- *le local *le = Instance.new("TextLabel", main) *le.Size = UDim2.fromScale(1, 0.08) *le.Text = "📱 Mobile Script Hub" *le.TextScaled = true *le.BackgroundColor3 = Color3.fromRGB(35,35,35) *le.TextColor3 = Color3.fromRGB(255,255,255) *le.BorderSizePixel = 0 -- Tabs Bar local tabs = Instance.new("Frame", main) tabs.Position = UDim2.fromScale(0, 0.08) tabs.Size = UDim2.fromScale(1, 0.1) tabs.BackgroundTransparency = 1 local tabLayout = Instance.new("UIListLayout", tabs) tabLayout.FillDirection = Enum.FillDirection.Horizontal tabLayout.Padding = UDim.new(0,6) -- Pages local pages = Instance.new("Folder", main) -- Helper local function createTab(name) local tabBtn = Instance.new("TextButton", tabs) tabBtn.Size = UDim2.fromScale(0.3, 1) tabBtn.Text = name tabBtn.TextScaled = true tabBtn.BackgroundColor3 = Color3.fromRGB(45,45,45) tabBtn.TextColor3 = Color3.new(1,1,1) tabBtn.BorderSizePixel = 0 local page = Instance.new("ScrollingFrame", pages) page.Size = UDim2.fromScale(1, 0.82) page.Position = UDim2.fromScale(0, 0.18) page.Canvas

1
Aim_*ist's profile picture
Aim_*ist7 months ago

Yeah

1
jonathanhaim10's profile picture
jonathanhaim108 months ago

why wont it work? is it R15 only?

1