I decided to make a review on the new halloween theme. So lets get into the review.
The halloween theme is very... unusual. It does not match with anything on the website. The theme is just out there, it does not flow with the natural colors of roblox. Maybe if they recolored the backgrounds of the game selection screens et cetera, it might look better. I have faith that they could have done better, but mostly everyone I have talked to do not like the new theme. Considering it does not match anything else on the website. So all in all I rate the theme a 1/5, they could have done much better.
Image Snippit:
Monday, October 24, 2011
Wednesday, October 19, 2011
Scripting: Transparent Brick
Welcome, this will be the first ever tutorial that will be posted on this website. First I want to mention this, These tutorials will be informative. For the first few I will not provide pictures, since I am still working on the layout of the website. Once I get that done I will edit the posts and add pictures. Lets get started!
Requirements:
- Roblox Studio
- Time and patience
We will first need to open up roblox studio, once in there we will create a new place.
Next we want to insert a brick, and into the brick we will insert a Normal Script. This will be where we start making the transparent brick.
Define The Problem:
We want to create a brick that will turn transparent, then 1 second later become solid.
To do this, we first need to know the limits to the Transparency property.
Min Limit: 0
Max Limit: 1
Increments by: .1
Now that we know what the limits are, and how we can turn it transparent. We can start scripting our brick. We will need this simple code(Will be explained):
script.Parent.Transparency = 1
wait(1)
script.Parent.Transparency = 0
Explanation:
script.Parent.Transparency = 1 -- This line sets the scripts parents transparency to 1
wait(1) -- This makes the script wait(sleep) for 1 second
script.Parent.Transparency = 0 -- This line sets the scripts parents transparency to 0
That is all that is to it, I realize that the script is self explanatory but I wanted to make it clear.
Thanks for reading this tutorial, I hope you enjoyed it and are looking forward to reading another one.
Expectations
Over the next week I will start doing some simple tutorials. Keep in mind that they will not be completely graphical, due to the fact that I am not an expert blogger. This might take a while for me to get used to, so bare with me until I get the hang of it.
What you can expect:
- Two new tutorials
- A few website adjustments
- New gadgets, like a chatbox
- More webpages added
- Downloadable PDF files that contain a tutorial
Tuesday, October 18, 2011
Custom Template
Well well well, look what I have done. How could I you may ask, how could you
change the horrible default template to... to... this amazing piece of art. I have totally reconstructed the blog, This was my first try at designing a template that was not pre-made by me. This was quite a challenge, but google chrome's in browser web design console helped me through it. The console helped me find the correct elements to edit. I will give a link to download google chrome, the least I can do for this outstanding web browser.
![]() |
| The best browser |
Monday, October 17, 2011
Welcome
Welcome, this is my first time using the site. So bare with me, I will be learning the key aspects of this website as I progress. I will post helpful tutorials, and a bunch of other stuff. For now, I will not be posting frequently. I will, instead, be learning how to use blogspot.
Subscribe to:
Comments (Atom)

