Poll

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

1
-1

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


bump
what's the point of a bump if you're going to bump it with no content whatsoever?
if people wanted to start discussion they'd go and find the thread to kickstart it themselves
there's a reason some threads stay dead for a while and that's because nobody wants to discuss about it

what's the point of a bump if you're going to bump it with no content whatsoever?
if people wanted to start discussion they'd go and find the thread to kickstart it themselves
there's a reason some threads stay dead for a while and that's because nobody wants to discuss about it
he only bumped it so he can inflate his ego with his last post


doing that somehow works but okay then

i've added a teleporter and now i don't know how to change the music when the player hits the tele brick

i've added a teleporter and now i don't know how to change the music when the player hits the tele brick
function Poke()
game.Workspace.Sound.SoundId = ("rbxassetid://ID HERE")
end

game.Workspace.part.touched:connect(Poke)

change last line to the location of the brick

function Poke()
game.Workspace.Sound.SoundId = ("rbxassetid://ID HERE")
end

game.Workspace.part.touched:connect(Poke)

change last line to the location of the brick
that works
but the only thing is the music starts at the time position of the previously played music

that works
but the only thing is the music starts at the time position of the previously played music
oh woops I forgot a part of code

function Poke()
game.Workspace.Sound:Stop()
game.Workspace.Sound.SoundId = ("rbxassetid://ID HERE")
game.Workspace.Sound:Play()
end

game.Workspace.part.touched:connect(Poke)


Instead of game.Workspace, you can use the shorthand "workspace" since you are likely to be referring to it a lot.

a friend told me r15 was going to be the main robloxian. it'll break a majority of games.

Developing a System with CyPC as base

also, am i getting better at building?

update

looks good, but try to avoid using just squares for the base shapes.


roblox is currently giving away 10 free hats and 3 free shirts in an obby 👌👀
/games/512405284/The-Free-Prize-Giveaway-Obby
« Last Edit: October 02, 2016, 07:17:48 AM by TableSalt »

I done the obby already, its decent



actually one of the prizes


they're self aware i'll give them that

edit: the tightropes have cancer collision, the "walk on the murderer" one is... what do you even call that, and the last pizza jump is misleading

edit 2: i could do this obby blindfolded
« Last Edit: October 02, 2016, 08:03:58 AM by Tudoreleu »

looks good, but try to avoid using just squares for the base shapes.
okay, also, one thing you didnt know.

The time i wasn't OBC, my building skills were extremely worse.
and i didnt create builds from scratch
vomit colors, as you say

Painted Bloxburg, name changed to "RetroCityX" in my (non-existent anymore) place - Taken from my olde photo dump, from 2012-13-14
i bet the actual colors im using are better than this...
« Last Edit: October 04, 2016, 05:33:17 PM by BlocklandBlockoCity »