|
| 13 Mar 2015 08:53 PM |
ok listen up all you expert scripters i need you and your talents.i need a mirror script for any brick but it has to reflect EVERY BRICK BEHIND IT and every model.the prize is a special admin room and........................................................................................................................................i gess thats about it.
=)
(p.s. if you are able to make a new mesh for me that gives you my tallest stairs in the world for you only(admin only),and the mesh is a mask mesh, a mesh that looks like glasses. but i want not just glasses,nightvision glasses. if you can do that you get my tallest stairs ever.)
|
|
|
| Report Abuse |
|
|
|
| 13 Mar 2015 11:32 PM |
| i cant tell if youre serious |
|
|
| Report Abuse |
|
|
|
| 13 Mar 2015 11:33 PM |
local mirror = workspace.Mirror
for i, v in pairs(workspace) do v:Clone().CFrame = v.CFrame:inverse() end |
|
|
| Report Abuse |
|
|
| |
|
|
| 14 Mar 2015 11:06 AM |
| @ChiefDelta, I think he means on the mirror not reflect the blocks |
|
|
| Report Abuse |
|
|
| |
|
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
| |
|
| |
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 06 Apr 2015 11:21 AM |
| if someone would make a mirror script for you, that means they could make the "special admin room" prize you offer them. so why would anyone do this free request anyway. we both know this aint a contest. |
|
|
| Report Abuse |
|
|
|
| 06 Apr 2015 11:22 AM |
darn.
lets change it around. how about if any1 can make me a script to make a circle brick.not the battery things or the head meshes litterely circular bricks.same prizes. |
|
|
| Report Abuse |
|
|
|
| 06 Apr 2015 11:23 AM |
I recommend learning scripting, I'm not an expert scripter though.
BUT WAIT
I would also like a mirror script that reflects every brick behind it(not in front of it) and every model behind it. I will teleport everyone into a special admin room even though I don't have a teleport script :(
omg but ik u are making bait lel
Anyways don't ask this again and please go learn scripting there are a lot of sources.
wiki.roblox.com
Peaspod one youtube Pighead on youtube CodeTHeorem on youtube.
"I like to program" - Bosswalrus |
|
|
| Report Abuse |
|
|
|
| 06 Apr 2015 11:29 AM |
Circle Script: local Spacing = 30
for I = 0,math.pi*2,0.05 do local p = Instance.new("Part",workspace) p.Anchored = true p.Size = Vector3.new(1,1,1) p.CFrame = CFrame.new(math.sin(I) * Spacing,0, math.cos(I) * Spacing) end |
|
|
| Report Abuse |
|
|