[HIRING SCRIPTER] Cafe Game

About Us

Hi there! We are Zebra Cafe! We are currently making a Cafe game!

The Team
@Original_AidenRBLX - Project Manager
@DannBuilder - Builder
@ScytheSlayin - Animator

About The Job

We are looking for a professional scripter to join our team, and to be proffesional, you must be able to do the following:

You must be able to make a morph script.
You must be able to make a rank door.
You must be able to make buyable ranks.
You must be able to make a quiz application Center.
You must be able to do Camera Animations.
You must be able to make a hand- to GUI Work.
You must be able to make a Music player, so people can buy it, and the next song to be played will be the id the player put in.
You must be able to make Clickable Items, so a player can click it, and it will play an animation if necessary, which is what the animator will make.
You must be able to make an auto ranker, which will work with the quiz application.
You must be able to make a currency, with datastore, and a points with level up, as the worker levels up, they will get a new rank in the group, using the autoranker.

Payment

We are paying 50%. Plus a 10k Robux

Backup Payment

We have a 30k Backup amount of robux.

Contact Us

You can contact on Discord, at AidenRBLX#0001

Thanks for reading! And we hope to see you join our team! :slight_smile:

6 Likes

You must be able to do Camera Animations.

Do you mean rigging the camera? I dont know many scripters that do this but on the other hand i know of animators that can.

No, I mean, like this:

local Workspace = game:GetService('Workspace')
    local TweenService = game:GetService('TweenService')

    local CurrentCamera = Workspace.CurrentCamera

    game.ReplicatedStorage.Camera1.OnClientEvent:Connect(function()
    CurrentCamera.CameraType = Enum.CameraType.Scriptable
    local TI = TweenInfo.new(5, Enum.EasingStyle.Quad, Enum.EasingDirection.In, 0)
    local Goal = {CFrame = workspace.End111.CFrame}
    local Animation = TweenService:Create(CurrentCamera, TI, Goal)
    Animation:Play()
    wait(15)
   CurrentCamera.CameraType = Enum.CameraType.Custom
end)```

I am not being rude in any way. But a developer who can do all these things does not want a possible percentage. They want a locked in amount of the group the will receive in return for there work. I suggest changing this as soon as possible to bring as many fellow developer forum members to the post.

5 Likes

I did…

1 Like

Yes but, you don’t give a specific amount. So why should I sign up for a job I don’t know the amount of payment for?

1 Like

The percentage is 50…

1 Like

This never says 50%… This is why I made the comment.

1 Like

it does now…

1 Like

So the programmer would get paid 10K, upfront, then 50% of game revenue?

4 Likes

Your discord doesn’t work. I might be able to help.

Definitely interested, here’s my portfolio as your discord doesn’t work! -[CLOSED] TheKitDev | Scripter

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.