of     3   
chevron_rightchevron_rightchevron_right

codkid23
#65642291Thursday, April 05, 2012 7:34 PM GMT

I hate the new Empty Grass Baseplates, Its laging and causing error when I build. I want the old Baseplate which is a flat dark black brick...
WHITECHOCOLATEZMAN
#65643091Thursday, April 05, 2012 7:47 PM GMT

Agreed.
Bl0XAMAN
#65644255Thursday, April 05, 2012 8:03 PM GMT

Super agree because there not even lego shaped, and that takes all the fun away there just stupid smoth squared boxes!
dannywars99
#65644296Thursday, April 05, 2012 8:04 PM GMT

Me too. When i had that empty base plate with grass sucks. because i was working on a zombie game, and then i couldn't even upload my changes!
Bl0XAMAN
#65644304Thursday, April 05, 2012 8:04 PM GMT

smooth*
Bl0XAMAN
#65644357Thursday, April 05, 2012 8:05 PM GMT

I no!, even i couldnt, and i think they reate even more lag for us.
swongpip
#65645772Thursday, April 05, 2012 8:26 PM GMT

Yeah i don't like em' either
FreezingIceDragon
#65659149Thursday, April 05, 2012 11:11 PM GMT

I hate it!!!!!!!!!!
PeacockEmperor
#65659335Thursday, April 05, 2012 11:14 PM GMT

I desperately need the old baseplate back.
Bl0XAMAN
#65664170Friday, April 06, 2012 12:08 AM GMT

Just go on roblox studio and go on free models and get one....simples
b3amz
#65664745Friday, April 06, 2012 12:13 AM GMT

Meanwhile in Roblox Studio...
peanutbutter49
#65671478Friday, April 06, 2012 1:14 AM GMT

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValkyrieCode
#65730400Friday, April 06, 2012 6:55 PM GMT

[ Content Deleted ]
legokid135
#65732734Friday, April 06, 2012 7:17 PM GMT

Use Roblox Studio then t.t ~Chocolate Chip Cookies~
mickyy5
#65733507Friday, April 06, 2012 7:26 PM GMT

You all seem to lack the ability to simply change it. If you dont know how to do this then you should still be learning how to use Emails on a computer instead of playing of games.
Bl0XAMAN
#65733729Friday, April 06, 2012 7:28 PM GMT

Agreed
Scarvis
#65737894Friday, April 06, 2012 8:11 PM GMT

Just click "Reset" in the terrain generator, boom, gone.
polkadot12
#65746508Friday, April 06, 2012 11:10 PM GMT

Totally agree. I've tried reseting but I think they permanently changed that empty baseplate into the grass baseplate. :(
firestorm111
#65747829Friday, April 06, 2012 11:37 PM GMT

i want the whole building to go back the wa it was before all of the updates
xStarCommand
#65767127Saturday, April 07, 2012 6:22 AM GMT

Can't you just change it back yourself?
Bl0XAMAN
#65786818Saturday, April 07, 2012 5:29 PM GMT

yes by going on roblox studios.
EverquestI
#65788651Saturday, April 07, 2012 6:02 PM GMT

use roblox studio you amateurs - Hate to chop all of your heads off with this sword. Real sorry about that. My bad.
R3geBiscuit
#65791274Saturday, April 07, 2012 6:45 PM GMT

:') i still laugh at threads like this. Please note that you can change the baseplate at anytime. Meaning u can.. -Change its size -Colour -Texture -Transparecny -Reflecantcy -Name (For scripting stuff) and alot more But you need to use studio... And if one grass baseplate causes your computer to lag,you must either be playing in Hd grahpics or have a very old computer.
R3geBiscuit
#65791372Saturday, April 07, 2012 6:47 PM GMT

Wrong forum also. Move to roblox chat. But in this case you should move this thread to Building helpers...
CloneTrooper1019
#65791379Saturday, April 07, 2012 6:47 PM GMT

Heres my baseplate plugin if you know how to use plugins: loaded = false self = PluginManager():CreatePlugin() toolbar = self:CreateToolbar("CloneTrooper1019") button = toolbar:CreateButton("","BaseplateCreator","Baseplate_Adder.png") function on() if game.Workspace:findFirstChild("BasePlate") then return end local part = Instance.new("Part") part.FormFactor = "Plate" part.Size = Vector3.new(1,0.4,1) part.Transparency = 1 part.Anchored = true part.Locked = true part.BrickColor = BrickColor.new("Dark green") part.Name = "BasePlate" part.Parent = game.Workspace part.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(0,-13.6533333333333,0) -- Gets the rotation set up. on = true wait() local gui = Instance.new("ScreenGui") gui.Parent = game.CoreGui gui.Name = "BaseGui" local frame = Instance.new("Frame") frame.Parent = gui frame.Size = UDim2.new(0,0,0,0) frame.Position = UDim2.new(0.5,0,0.625,0) frame.Style = "RobloxRound" local BarFrame = Instance.new("Frame") BarFrame.Position = UDim2.new(0,0,0.5,0) BarFrame.Size = UDim2.new(1,0,0.325,0) BarFrame.Style = "RobloxRound" BarFrame.Visible = false BarFrame.Parent = frame local Bar = Instance.new("Frame") Bar.Parent = BarFrame Bar.Size = UDim2.new(0,0,1,0) Bar.Style = "ChatRed" Bar.Visible = false local Text = Instance.new("TextLabel") Text.Parent = frame Text.Text = "Building Baseplate" Text.Visible = false Text.Position = UDim2.new(0.5,0,0.175,0) Text.Font = "ArialBold" Text.FontSize = "Size24" Text.TextStrokeTransparency = 0 Text.TextStrokeColor3 = Color3.new(0,0,0) Text.TextColor3 = Color3.new(1,1,1) frame:TweenSizeAndPosition(UDim2.new(0.5,0,0.375,0),UDim2.new(0.25,0,0.3125,0),"Out","Quad",1,true) wait(1) Bar.Visible = true BarFrame.Visible = true Text.Visible = true for i = 1,612 do if part.Parent == game.Workspace then part.Size = Vector3.new(i*4,0.2,i*4) part.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(0,0.03,0) part.Transparency = 1-i/612 Bar.Size = UDim2.new(i/612,0,1,0) wait() elseif part.Parent ~= game.Workspace then game:GetService("GuiService"):SendNotification("Baseplate removed!", "Baseplate was removed.", "rbxasset://textures/ui/DeleteButton.png", 10, function() print("Fatal Error Detected") end) gui:Destroy() error("Baseplate Destroyed") end end gui:Destroy() end loaded = true print("Baseplate Builder Loaded") button.Click:connect(on)

    of     3   
chevron_rightchevron_rightchevron_right