of     1   

lostend
#169642924Sunday, August 02, 2015 12:19 AM GMT

http://www.roblox.com/Inverted-Part-item?id=115243309 wot. only way i can think of is making the size negative, but ive never seen it in any other places. Anyone have an idea on how he did it?
instawin
#169643033Sunday, August 02, 2015 12:20 AM GMT

i'm spooked
morashsPeasant
#169643098Sunday, August 02, 2015 12:20 AM GMT

haha cool! while true do the do
crouton04
#169643234Sunday, August 02, 2015 12:22 AM GMT

its the rotation.
lostend
#169643322Sunday, August 02, 2015 12:23 AM GMT

xplain pls
crouton04
#169643378Sunday, August 02, 2015 12:23 AM GMT

nvm im wrong. Maybe it was a glitch at the time and he saved it as it was glitched.
FactualTheory
#169643408Sunday, August 02, 2015 12:23 AM GMT

how did he
lostend
#169643553Sunday, August 02, 2015 12:25 AM GMT

idk.
ked2000
#169645091Sunday, August 02, 2015 12:41 AM GMT

He inverted the faces of the part using its CFrame. Spawn a part. Type this into the command bar: cf = workspace.Part.CFrame x,y,z,r1,r2,r3,r4,r5,r6,r7,r8,r9 = cf:components() workspace.Part.CFrame = CFrame.new(x, y, z, -r1, r2, r3, r4, r5, r6,-r7, r8, r9) Play around with this, why it happens, I'm not sure but it's somehow explained here: https://scriptinghelpers.org/blog/the-power-of-cframes

    of     1