[OPEN] 0therw0rldly - Advanced Scripter

Hello! I’m 0therw0rldly. I love to script, and am in studio almost every day. I dabble in both front-end and back-end scripting.

I currently work for a big group called Pro Creations, with over 170 thousand members! :smiley:

Here are some screenshots/gifs of my work

https://gyazo.com/3bd034d4c8d24b31f7f91bd1792a12c4 idk just something random
https://gyazo.com/ff411bcff36d64f8bc9bb58e09ac8e25 (spaceship I might finish someday if I need to idk)
https://gyazo.com/c0445edd1bcae1c72f04a8aab1148392 basic sword combat
https://gyazo.com/600f8f310431d8af028cfaee30ab66af uis (if one’s already open, it closes)
https://gyazo.com/408c5ac8b62f5660428b2f417dc8e0bf (flight, I believe it works okay for mobile too)

Some code, although not my best if I’m gonna be honest (made it like a year ago).

function EnterSeat(hit)
    if Seat.Occupant then
        return
    end
    if hit and hit.Parent then
        if hit.Parent:FindFirstChildOfClass("Humanoid") then
            local Char = hit.Parent
            local Player = game.Players:GetPlayerFromCharacter(Char)
            local Root = Char:FindFirstChild("HumanoidRootPart")
            Root.CFrame = Seat.CFrame
            FlightTrack.Looped = true
            FlightTrack:Play()
            if not Seat:FindFirstChild("MainFlyGyro") and not Seat:FindFirstChild("MainFlyPosition") then
                BG = Instance.new("BodyGyro")
                BG.MaxTorque = Vector3.new(math.huge, math.huge, math.huge)
                BG.CFrame = Seat.CFrame
                BG.Name = "MainFlyGyro"
                BP = Instance.new("BodyPosition")
                BP.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
                BP.Position = Vector3.new(Seat.Position.X, Seat.Position.Y + 50, Seat.Position.Z)
                BP.Name = "MainFlyPosition"
                BG.Parent, BP.Parent = Seat, Seat
            end
            Occupant = Char:FindFirstChild("Humanoid")
            
            if not Player.Backpack:FindFirstChild("FlightControlLocal") then
                local LocalFlightClone = LocalFlight:Clone()
                local KeyValue = Instance.new("ObjectValue")
                KeyValue.Name = KeyFunction.Name
                KeyValue.Value = KeyFunction
                KeyValue.Parent = LocalFlightClone
                LocalFlightClone.Parent = Player.Backpack
                LocalFlightClone.Disabled = false
            end
        end
    end
end

part of something for the spaceship

More code (written recently for flight):

function module:drive(id, direction, sign, angle, camera)
	local bodyPos = module:getStoredInstance("BodyPosition")
	local bodyGyro = module:getStoredInstance("BodyGyro")
	
	if not bodyPos then
		return
	end

	
	keysDown[id] = id
	
	while keysDown[id] do	
		bodyPos.Position = ((bodyPos.Position + (camera["CFrame"][direction] * (sign * flightSpeed))))
		wait(.1)
	end
end

I’m online almost every day for 6-8 hours on weekends (usually), and on weekdays for around 2-4 hours (if it’s a school day for me).

Per script/asset is accepted, as well as percentage + some robux. I also prefer to be paid a little bit upfront.

You can contact me here on the Developer Forum, and I will give you more information in PMs or Discord - CryptonixDev#8595. Please lmk me your user though so IK who to accept!

Looking for commissions that pay 10k+ in robux, most preferably short term*

3 Likes

This portfolio looks nice, I’m interested in you

1 Like