We are working on some of our infrastructure, downtime may occur.
Universal Script 📌
31.2k Views
Free

Holy Bible GUI by ChatGPT read desc

Universal Script 📌Uploaded by
2 weeks ago
Please login to perform these actions:

Description

literally kinda small amount of verses, and if your an atheist or a non-believer, pls dont hate me, also this script will not be popular cuz most people wants exploits not a book, or maybe this is useful for some people, also features: - Copy verses - Moveable frame -Send message in chat (WIP) thats it lol a bad script bruh give me ideas to this gui also sorry idk how to script

View Raw
Edited By: aplhanumeric Download


Comments
7
User profile picture
ly*973 2 weeks ago
W script
User profile picture
ReplicatedFirst 2 weeks ago
not gonna use this but i will leave a like for your work/contribution
User profile picture
iceyygtt 2 weeks ago
this script is good, keep it up man.
User profile picture
The_Doc040 6 days ago
Using a Jesus avatar with this. Might be amusing for a bit
User profile picture
randomperson_001 3 days ago
useless ngl
User profile picture
germanbf568 2 days ago
I made spanish one
User profile picture
germanbf568 2 days ago
-- Santa Biblia GUI Universal - Roblox -- Por ChatGPT - Español local player = game.Players.LocalPlayer local gui = Instance.new("ScreenGui", player:WaitForChild("PlayerGui")) gui.Name = "SantaBibliaGUI" gui.ResetOnS* = false -- Frame prin*l local frame = Instance.new("Frame") frame.Size = UDim2.new(0.45, 0, 0.55, 0) frame.Position = UDim2.new(0.275, 0, 0.2, 0) frame.BackgroundColor3 = Color3.fromRGB(255, 245, 200) frame.BorderSizePixel = 3 frame.Active = true frame.Draggable = true -- Se puede mover frame.Parent = gui -- *ulo local *ulo = Instance.new("TextLabel", frame) *ulo.Text = "📖 Santa Biblia 📖" *ulo.Font = Enum.Font.Garamond *ulo.TextSize = 36 *ulo.Size = UDim2.new(1, 0, 0.15, 0) *ulo.BackgroundTransparency = 1 *ulo.TextColor3 = Color3.fromRGB(120, 60, 10) -- Versículo local versiculo = Instance.new("TextLabel", frame) versiculo.Text = "Cargando versículo..." versiculo.Font = Enum.Font.Garamond versiculo.TextSize = 24 versiculo.TextWrapped = true versiculo.TextYAlignment = Enum.TextYAlignment.Top versiculo.Size = UDim2.new(0.95, 0, 0.6, 0) versiculo.Position = UDim2.new(0.025, 0, 0.18, 0) versiculo.BackgroundTransparency = 1 versiculo.TextColor3 = Color3.fromRGB(30, 30, 30) -- Botón anterior local anterior = Instance.new("TextButton", frame) anterior.Text = "⬅️ Anterior" anterior.Font = Enum.Font.SourceSansBold anterior.TextSize = 20 anterior.Size = UDim2.new(0.3, 0, 0.1, 0) anterior.Position = UDim2.new(0.025, 0, 0.82, 0) anterior.BackgroundColor3 = Color3.fromRGB(180, 140, 100) anterior.TextColor3 = Color3.new(1, 1, 1) -- Botón copiar y enviar local copiar = Instance.new("TextButton", frame) copiar.Text = "📋 Copiar y Enviar" copiar.Font = Enum.Font.SourceSansBold copiar.TextSize = 20 copiar.Size = UDim2.new(0.35, 0, 0.1, 0) copia
Please Login to add a comment.