Wouldn't want to meet him in a dark alley

RN's very own place reviewer, looks like he could summon a horde of the undead
nintendocpu
An evil sorceror with a pwnsome looking costume, perfect for your everyday dark magical needs










So what are you waiting for? Get cracking on those entries!







Again, thanks to SinisterKingdom and AfroSlice for taking time to do these interviews!
-Xuber


local shirt = "ASSET ID HERE" -- change this to the shirt's asset ID local door = script.Parent local doorTransparency = door.Transparency function onTouched(hit) local character = hit.Parent if character:FindFirstChild("Humanoid") then if character.Name:lower() == user:lower() or character.Shirt.ShirtTemplate == shirt then door.CanCollide = false door.Transparency = 0.4 wait(4) -- The length of time you want the door to be open for door.CanCollide = true door.Transparency = doorTransparency else character:BreakJoints() -- remove this line if you want a non-killing door end end end door.Touched:connect(onTouched)
Just moments ago ROBLOX released the 7th gift of the 13 days of Halloween, the name is "Preeesssennnt", and is priced at 310R$, but unfortunately is only exclusive to OBC Members. Now onto the bits you're interested in: Trick or Treat? I think this gift will be a treat, if you take a close look at the tag, it's a brain, and when you look into BrightEye's models inventory, you can see a retexture of a brain, so my guess is that this gift will open into that retexture, but who knows?