Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Weird question, but can anyone tell me why void script builder place2 will not load this script???

Asked by 6 years ago

https://pastebin.com/raw/YZRhJ7Yu - Script.

1 answer

Log in to vote
0
Answered by 6 years ago

--- Sorry --- This is also the script right here:

01function MakeGui()
02local NewGuiPart1 = Instance.new("ScreenGui")
03NewGuiPart1.Name = "VoidKicker"
04NewGuiPart1.Parent = game.Players:WaitForChild("MrElementalPlayer").PlayerGui
05local NewGuiPart2 = Instance.new("Frame")
06NewGuiPart2.BackgroundColor3 = Color3.new(0, 0, 0)
07NewGuiPart2.BorderColor3 = Color3.new(0.666667, 0, 0)
08NewGuiPart2.BorderSizePixel = 3
09NewGuiPart2.Name = "Kicker"
10NewGuiPart2.Position = UDim2.new(0.0432291627, 0, 0.784569561, 0)
11NewGuiPart2.Size = UDim2.new(0, 209, 0, 124)
12NewGuiPart2.Parent = NewGuiPart1
13local NewGuiPart5 = Instance.new("TextBox")
14NewGuiPart5.BackgroundTransparency = 1
15NewGuiPart5.Position = UDim2.new(0, 0, 0.0645161271, 0)
View all 64 lines...
0
indent ur code plz User#23365 30 — 6y
Ad

Answer this question