Poll

print((CFrame.Angles(math.pi, 0, 0) * CFrame.new(0, 1, 0)).Y)

1
-1

Author Topic: [THREAD MOVED]  (Read 518495 times)

Link it to something like dynablox or gooblox, which will redirect to roblox

Mmk then

I cant make this VIP door work, if anyone can figure out how to fix it, that would be great
Code: [Select]
local Door = script.Parent --Declares the part as the Door

function onTouch(Brick)--Sets the start of the function and when triggered it gives Brick, the object that was hit

local Player=Brick.Parent:findFirstChild("Humanoid")--Finds humanoid in brick

if(Player ~= nil)then --Checks if player is real

If Player.Parent.Torso.roblox.Texture == "http://www.dynablox.com/asset/?version=1&id=128526343" then
Door.CanCollide = false
Door.Transparency= 0.5
Door.brickColor = BrickColor:Random()
wait(2)
Door.CanCollide = true
Door.Transparency = 0
else Player.Health = 0
end
end
end
Door.Touched:connect(onTouch)


« Last Edit: June 17, 2015, 04:26:22 PM by Afraidanna »

I cant make this VIP door work, if anyone can figure out how to fix it, that would be great


Code: [Select]
local Door = script.Parent --Declares the part as the Door

function onTouch(Brick)--Sets the start of the function and when triggered it gives Brick, the object that was hit

local Character = game.Players:GetPlayerFromCharacter(Brick.Parent)
if Character == nil then return end --Stop the function if the character doesn't exist to prevent the script from erroring
local Humanoid = Character:FindFirstChild("Humanoid") --Finds humanoid in brick

if (Humanoid ~= nil) then --Checks if Humanoid is real

if Character.Torso.roblox.Texture == "http://www.dynablox.com/asset/?version=1&id=128526343" then
Door.CanCollide = false
Door.Transparency = 0.5
local oldColor = Door.BrickColor
Door.BrickColor = BrickColor.Random()
wait(2)
Door.CanCollide = true
Door.Transparency = 0
Door.BrickColor = oldColor
else
Character:BreakJoints()
end
end
end
Door.Touched:connect(onTouch)

Thanks, klocko

Cantaloupe is now using false advertising to get people to join his game. Yay.

Thanks, klocko

Cantaloupe is now using false advertising to get people to join his game. Yay.
any images of this?

its good to see he's gone the same path as every other  "successful" person on that game.

Thanks, klocko

Cantaloupe is now using false advertising to get people to join his game. Yay.
report his ads

it will get deleted eventually

So Cantaloupe is just JaredValdez but doesn't copy games, just makes very poor quality ones....

Just wondering do you guys use one of the building tools like f3x or studio?

Just wondering do you guys use one of the building tools like f3x or studio?
Studio's Transform tool > all

I ment like using bricks and stuff, not terrain.

any images of this?
I dont have any pictures, but his ad has nothing to do with his game. His ad has stuffty memes so it gets more clicks from 12 year olds
I actually took the pride to visit his pixel art game, and its not even pixel art. Its more like have admins abuse their powers simulator

Thanks, klocko

Cantaloupe is now using false advertising to get people to join his game. Yay.

False advertising? I would appreciate if you didn't spread false information. I am dumping a chunk of money into ads which are funny. My graphic designer does a great job.

report his ads

it will get deleted eventually

What the hell is there to report?

I dont have any pictures, but his ad has nothing to do with his game. His ad has stuffty memes so it gets more clicks from 12 year olds
I actually took the pride to visit his pixel art game, and its not even pixel art. Its more like have admins abuse their powers simulator

There are 1300 people in my game currently, and it has 81000 plays in total. Only 25 people have basic admin powers, the odds of you running into an admin are slim. Also it is a pixel art game, what are you talking about? You create pixel art, and you can use special premium features as well.

So Cantaloupe is just JaredValdez but doesn't copy games, just makes very poor quality ones....

Poor quality? That's your opinion.

« Last Edit: June 18, 2015, 06:00:00 PM by Cantaloupe »

My graphic designer does a great job.
You've admitted you dont make your ads,
you dont make your scripts,
and you dont make your builds
so what do you make for your game? I really want to know your team's roblox name so I can show them this thread. Then you will crumble.

You've admitted you dont make your ads,
you dont make your scripts,
and you dont make your builds
so what do you make for your game? I really want to know your team's roblox name so I can show them this thread. Then you will crumble.

Can I ask you a question? Why are you so concerned about me? We're talking about my game here, not me. I come up with all ideas, I do build, but I do not script or make ads. I come up with the funding, paying my developers and running all ads with my own money. What more can I say?

Why would I give you any further information? No need to be vicious.

oh god

here we go again