Ezpi Math Wall Simulator Script

Ezpi Math Wall Simulator Script


Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

Bucksreward

Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Script Code
--// UI Library \\--
local File = writefile and readfile or false
local Library = false
Success, Library = pcall(function()
    return readfile("uwuware UI.lua")
end)
if Success == false then
    Library = game:HttpGet('https://raw.githubusercontent.com/Just-Egg-Salad/roblox-scripts/main/uwuware')
    if File then
        writefile("uwuware UI.lua", Library)
    end
end
Library = loadstring(Library)()
local Window = Library:CreateWindow("Math? by Ezpi")
Window:AddToggle({
    text = "Loop TP",
    flag = "Loop",
    callback = function()
        local Egg = game:GetService("Workspace").Map.SpecialParts.Finishes["Class 20"]
        local P = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart

        while Library.flags.Loop do
            for i = 1, 2 do
                P.CFrame = Egg.CFrame * CFrame.new(0, 0, i * 3)
                task.wait(0.1)
            end
        end
    end
})
Library:Init() 

Related Posts
Leave a Reply

Your email address will not be published.

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock