06
May
09

Ambassador Quick Link

Free Games at ROBLOX. Check out what I have been building lately!

22
Oct
08

The Explanation Of Why Our Game Haves These Type Of Places

It bothers me now that people say ‘wow, noob, this place fails epically’
or something else in people’s place.
Why our game, our ROBLOX, haves these type of places?
The puzzle is very simple – it isn’t about bad created places;
No, it’s the matter of fun. People get entertained at places, maybe not us,
but still, ROBLOX is for fun, meaning we should have fun playing it, when
exactly kids (Current Roblox Players Average Age: 7) get entertained with it.
Not a matter of bad creativity, but an storage of fun.
Kids can be satisfied with good places (We’re talking about Stealth Pilot’s
places, ROBLOX’s places, Telamon’s places, XLegoX’s places, etc) and bad
places (1-minute made level, obstacle courses, etc).

I’ve realised that once I saw a post with these instructions, if I recall
correctly:

1.make a place that keeps people in 20-30 minutes
2.visit it and wait some time, invite friends
3.people visit it”
I say again:
It’s not a matter of bad creativity, but a storage of fun.
Kids seek for fun. If your place seems like it entertains him/her, he/she visits
it, and why? Because it appears it’s fun.
But the problem is: faking the place. Some people have a certain “bad kind”
inside themselfes, wanting to actually hurt someone’s feelings, where is the
Send Report – to actually punish people for acts that outstandard ROBLOX
Guidelines, such as Be a Family, which was restricted (or, prohibited) for
being created, and there’s a reason: because people was putting it too
obscene.
Some kids want to pass through the rules, when actually the rules saves
them all; if you look, your parents probably say “Sleep now” when it’s
9:00 PM. If you don’t do that, you’ll wake late for school on the next day.
Which is where the rules enters.

Returning to the main subject:

The fact is that people don’t want to hardwork, but to make other people
happy with their’s place.

TL;DR: The fact is that kids want fun, and they get fun even in not very
worked places.

Alas – don’t ruin their fun. They’re having fun.

10
Jul
08

New Script!

me = "username" -- Change username with your name
local h = Instance.new("HopperBin")
h.Parent = game.Players[me].Backpack
h.Name = "Create"

local s = Instance.new("Script")
s.Parent = h
s.Source = [[
txt1 = "http://www.roblox.com/asset/?id=2670278"
txt2 =  "http://www.roblox.com/asset/?id=1199383"
current = txt1
function makeCompanionCube(pos)
	local p = Instance.new("Part")
	p.Parent = workspace
	p.Position = pos
	p.Name = "Companion Cube"
	p.formFactor = 0
	p.Size = Vector3.new(3, 3, 3)
	p.TopSurface = 0
	p.BottomSurface = 0
	p.Reflectance = 0.6
	local d = Instance.new("Decal")
	d.Texture = current
	d.Parent = p
	d.Face = 0
	for i=1, 5 do
		local d = Instance.new("Decal")
		d.Texture = current
		d.Parent = p
		d.Face = i
	end
end

function onButton1Down(mouse)
	pos = mouse.Hit.p
	makeCompanionCube(pos)
end
function onKeyDown(key)
	local key = key:lower()
	if (key == "q") then
		current = txt1
	end
	if (key == "e") then
		current = txt2
	end
end
function onSelected(mouse)
	mouse.Icon = "rbxasset://textures\\guncursor.png"
	mouse.KeyDown:connect(onKeyDown)
	mouse.Button1Down:connect(function() onButton1Down(mouse) end)
end
script.Parent.Selected:connect(onSelected)
]]

07
Jul
08

Lua:RBX Tutorial Finished!

I was working on since yesterday for this!
Making a complete Tutorial is hard – plus that this one is 12 pages.
I have two links:

http://rapidshare.com/files/127924284/Lua-RBX.docx.html

For Office Word 2008(or 2007).

http://rapidshare.com/files/127925094/Lua-RBX.doc.html

For Office Word 93-2003

07
Jul
08

New Filming Studio!

I and Intile created a(another) Studio for filming!
StudioBunneh

Stay on!

07
Jul
08

Today is the LOLDay!

Hah!
LOL Day has come to ROBLOX!
Many people are wearing LOL Shirts, Pants, and even the Hat!

Nothing much to say.
Bai!

06
Jul
08

Coming soon

Kitchen Model Set

It is the newest Kitchen Model Set.
Featuring:
 -[Refrigerator
 
-[Oven
 -[Dishwasher
 -[Heater over the Oven

Dishwasher
Dishwasher – Let your items (dishes) be clean!

Refrigerator
Refrigerator – Store in your items!

Oven
Oven – Heat up food!

Full Set
Full set – Floor not included!

Stay on to see it.

04
Jul
08

OH HAI!

i b intileh. ai b in ur blogz, modn ur poastz. sumtiemz iz duz fwee, tehn may be i dus fhour. uz mai nehvar nao. or duz u? idk, i am jsut intileh. ohr, may be i m nawt, may be i m crayzeh intileh. nuu, i m jsut intileh. so naow i werk hear, and naow i dun geht payd. and i dun geht skilz. i wuz bohrn wiht skilz. LOL. so i wil do stuf 4 rowblawkz tawhtz, may be gud, and may be bad. hoo naoz? so i can c u l8r wile i rayse wiht monorail cat. bai!!!

03
Jul
08

LOLCats Bible

Yeh, Clockwork’s new Hat, which is mere a Book mesh with another texture. :P
LOLCats Bible Hat

If it offends you, forget it.
LOLCat Bible is a mere translation of the Holy Bible.
LOLCat Bible Translation Project

03
Jul
08

Hello world! – First Thought and Code Snippet.

Yeah, or in better terms:

“HAI WURLD”

I just start my blog today.
I’m probably the first brazillian(if not, second(If not, THIRD)) you’d had met.

In case if you didn’t knew, “coelho714″ means “bunny714″.  :P

So, to show my personal feelings not on Profile:

I like Mother Series.
First Brazillian to have Builder’s Club.(Exactly!)

And yeah, I’d like just to say that.

For now, a little code I’ll add.


me = "mynamehere" -- You'd change mynamehere for your ROBLOX Account Name.
local p = Instance.new("Part")
p.Parent = game.Players[me].Character
p.Position = Vector3.new(0, 50, 0)
p.BrickColor = BrickColor.new(34)
p.Size = Vector3.new(1, 2, 1)
p.CanCollide = false
local w = Instance.new("Weld")
w.Parent = game.Players[me].Character.Torso
w.Part1 = w.Parent
w.Part0 = p
w.C0 = CFrame.new(-1.5, 1.7, 1) * CFrame.fromEulerAnglesXYZ(-12, 0, 0)

Find out for yourself.
FINE. It is a Lua Script that lets people in Script Builder(Be private, be normal) have a little gadget on their right leg. It is pwnsome.

-coelho714




Follow

Get every new post delivered to your Inbox.