of     1   

IcedVapour
#211591561Thursday, March 09, 2017 2:31 PM GMT

Im bored so I'll be able to do any "small" scripting tasks for free. By small i mean stuff that should only take max 1 Hr. Comment down below with what you want done.
VictoriousTnt
#211591994Thursday, March 09, 2017 2:49 PM GMT

Scripting a cafe? Example my Cafe- Deluxo
IcedVapour
#211592234Thursday, March 09, 2017 3:01 PM GMT

what parts of the cafe
Klighter
#211594242Thursday, March 09, 2017 4:10 PM GMT

Help me make 2 teleporters ;-; As you've seen in my thread, I still haven't figured it out.
Snowskateer
#211595490Thursday, March 09, 2017 4:56 PM GMT

@guy wanting teleports local tpx = workspace.Tp1 local tpy = workspace.Tp2 tpx.Touched:connect(function(part) if game.Players:GetPlayerFromCharacter(part.Parent.Name)~= nil then part.Parent.Torso:MoveTo(tpy.Position) end tpy.Touched:connect(function(part) if game.Players:GetPlayerFromCharacter(part.Parent.Name)~= nil then part.Parent.Torso:MoveTo(tpx.Position) end
Klighter
#211596028Thursday, March 09, 2017 5:13 PM GMT

@Snowskateer https://forum.roblox.com/Forum/ShowPost.aspx?PostID=211462073 Touched function is easier than clicked, since you have to get the player in another way(not the arguments)
VictoriousTnt
#211630009Friday, March 10, 2017 4:29 AM GMT

@IcedVapour Creating a Gui where a player clicks it suppose 'Play' Also a title in game. Saying 'Welcome to Deluxo' Yep that's all!
nyankillerman
#211630328Friday, March 10, 2017 4:35 AM GMT

A space ship script, Suited for a game that has a birdseye view camera 24/7, And can be transplanted into models without the script fairly easy.
BloodRozen
#211630472Friday, March 10, 2017 4:38 AM GMT

A custom camera in which you cannot tilt the camera beyond a set threshold(min. and max.)

    of     1