of     1   

efno
#149407511Saturday, November 08, 2014 9:34 PM GMT

I'm looking for a DJ system where if there is no one DJ'ing it automatically put people into the DJ area for a certain amount of time (5 minutes). Then when that timer is up, it either respawns them, or tp's them back to the dance floor. If anyone can help, PM me or reply, I'd be willing to pay for it.
Entdude3
#149407686Saturday, November 08, 2014 9:37 PM GMT

This would be pretty hard to make, but I think I might be able to make a working timed-teleport, and the DJ system would be the hardest part, due to my GUIs always breaking. I'd try to hire a more advanced developer.
efno
#149407763Saturday, November 08, 2014 9:38 PM GMT

Yeah, it's hard. My friend made one, dudedin. It took him about a week to make it with non-stop work. But he won't give me the model :/ I really need it for my new club and festival I made.
efno
#149407913Saturday, November 08, 2014 9:40 PM GMT

Bump
Entdude3
#149407977Saturday, November 08, 2014 9:41 PM GMT

I'd be happy to help, but I'm already working on Cardiff Park and a few animation things, but I could help later when I finish the animations.
efno
#149408114Saturday, November 08, 2014 9:43 PM GMT

yeah, thanks. I would really appreciate that man. Do you need a payment? Since you're not BC and you may want a payment, I could buy a Game Pass of yours, I guess. if you want a payment that is.
Entdude3
#149412981Saturday, November 08, 2014 11:04 PM GMT

A payment would be fine, I'm working a bit on it now, give me a few days to get it done though.
efno
#149687238Thursday, November 13, 2014 12:52 PM GMT

Bump, anyone who will actually stick to their word?
Entdude3
#149835392Saturday, November 15, 2014 11:47 PM GMT

@kry ffs, it takes more then a week to make, I am working on it believe it or not. It's alot harder then it looks to be working on 4+ projects.
eLunate
#149835731Saturday, November 15, 2014 11:52 PM GMT

Couldn't be too hard. Prepare for red squigglys (pseudocode) local djj; while true do if not djj then djj=game.Players:GetPlayers()[math.random(game.Players.NumPlayers)]; local o = djj.Character.Torso.CFrame; djj.Character.Torso.CFrame = somethingsomethingdjpad.Position; wait(300); djj.Character.Torso.CFrame = o; djj = nil; wait(30); else wait(60); end; end;
Entdude3
#149836357Sunday, November 16, 2014 12:01 AM GMT

^^^ See? Since he's not working on 13,000 projects, he can actually make a script.
eLunate
#149837488Sunday, November 16, 2014 12:17 AM GMT

She* Since I'm lying down in my bed, I can spare the 5 minutes it was required to write that with my thumbs. Maybe much less if I could have used my computer rather than my tablet.

    of     1