Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276
Full Statistics
|
Online Users |
There are currently 248 online users. » 0 Member(s) | 246 Guest(s) Bing, Google
|
Latest Threads |
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,414
|
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 775
|
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,545
|
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,256
|
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,141
|
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 1,008
|
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 985
|
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,203
|
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 1,009
|
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 964
|
|
|
I need help converting these ROBLOX Codes Into Buildism Codes |
Posted by: Excel - 08-07-2011, 07:51 AM - Forum: Scripting
- Replies (4)
|
 |
Heal Pad:
Code: local onColor = BrickColor.new(37)
local offColor = BrickColor.new(21)
local cooldown = 30
local connection = nil
local isOn = true
function turnOff()
script.Parent.Pad.BrickColor = offColor
isOn = false
end
function turnOn()
script.Parent.Pad.BrickColor = onColor
isOn = true
end
function onTouch(hit)
if (isOn == false) then return end
local human = hit.Parent:findFirstChild("Humanoid")
if (human ~= nil) then
human.Health = human.MaxHealth
turnOff()
end
end
connection = script.Parent.Pad.Touched:connect(onTouch)
while true do
wait(cooldown)
if (isOn == false) then turnOn() end
end
Deathplates:
Code: local plates = {}
local states = {}
local colors = {}
-- plates and states!
function Init()
local c = script.Parent:GetChildren()
for i=1,#c do
if (c[i].Name == "PhantomPlate") then
plates[i] = c[i]
states[i] = 0
colors[i] = plates[i].BrickColor
end
end
end
function UpdatePlate(i)
if (states[i] ~= 0) then states[i] = states[i] + 1 else
if(math.random(1,75) == 5) then states[i] = 1 end
end
if (states[i] < 4) then
plates[i].Transparency = 0
plates[i].CanCollide = true
plates[i].BrickColor = colors[i]
end
if (states[i] == 4) then
plates[i].BrickColor = BrickColor.new(26)
end
if (states[i] == 5) then
plates[i].Transparency = .2
end
if (states[i] == 10) then
plates[i].Transparency = .4
end
if (states[i] == 15) then
plates[i].Transparency = .6
end
if (states[i] == 20) then
plates[i].Transparency = .8
end
if (states[i] == 25) then
plates[i].Transparency = 1
plates[i].CanCollide = false
end
if (states[i] == 50) then
states[i] = 0
end
end
function Update()
for i=1,#plates do
UpdatePlate(i)
end
end
function onChildAdded(child)
if (child.Name == "Trigger") then
child.Parent = nil
for i=1,#plates do
states[i] = 3
end
end
end
Init()
script.Parent.ChildAdded:connect(onChildAdded)
while true do
Update()
wait(.2)
end
|
|
|
You know... |
Posted by: Who - 08-07-2011, 06:52 AM - Forum: Video Games
- Replies (6)
|
 |
There are lots of team fortress 2 parodies, but this is by far the best one i have ever seen
|
|
|
Need help finding other things to do? |
Posted by: broloxer - 08-07-2011, 04:59 AM - Forum: General Discussion
- Replies (29)
|
 |
Well, the title isn't very much on topic, but as I was saying,
I was reading some posts towards Fish about advice and I decided to throw some in
Well, recently I've been banned for 7 days and school starts before I'm unbanned
(I was pretty mad at first)
But than I realized
This is perfect! I can work on my other crap while I do nothing there
(Ya, that didn't make sense)
But as I was saying, there's many things to do online,
Minecraft,
Roblox,
Buildism,
Addicting Games
Miniclip
And other cool stuff. Also, if you're using windows XP I think there's still some nice games for xp and 98.
Sadly I had to ditch those when I got this computer.. :l
I would die to play roller coaster tycoon again..
(computer game =3)
There's also World of Warcraft, but I can't promise you people won't harass you if you play it...
Well, my point is. If you're thrown down by a force, don't stand sulking
Fight back and get what you deserve,
Also, something towards Fish
If people are trying to scam you, report them, Email roblox about it, and if they do nothing
Scam em back,
A friend of mine once gave me their account when they quit,
Than a RL friend of the guy who quit somehow got the Password to the account and started trashing the places I built there.
What did I do? Talked to the guy who quit, put the places on my hardrive, and tried scamming the guy to give me the password.
Amazingly, it worked than I gave the account back to the real owner where he locked it up.
I don't know if I can login to the account or not, but the guy who I helped won't forget me..
|
|
|
Top FPS |
Posted by: Who - 08-07-2011, 03:15 AM - Forum: Video Games
- No Replies
|
 |
8 FPS competing to show who is the best, but who shall win?
|
|
|
|