[CLOSED] |Heikouzen's Portfolio

NOTE!

If i sent this to you i’m interested to work for you
if i didn’t send this to you i’m probably not interested :slight_smile:

About Me

Hello, I’m a 15 years old Scripter. I’ve, started learning lua back in 2016 so that gave me 4 years of scripting experience.
I wan’t to get hired because i always work alone and want to experience working for other people.
I don’t have experience working with other people other than my friends.
I want to get experience through here. Although english isn’t my native language i speak fairly decent english.I live in the Philipines[South East Asia]
My time zone is PHT Depending on where you live our time zone might be the opposite
I am at third year of highschool
That is all
:slight_smile:

Showcase

I have a YT Channel where i make scripting Tutorials.
You can see more work HERE at my Youtube cannel!

Here are some examples of my work!

One of the source code in my Video

local character = script.Parent
local humanoid = character:WaitForChild(“Humanoid”)
local FlyAttemp = false
local UIS = game:GetService(“UserInputService”)
local Float = false
local DB = false
local Flying = false
local Mouse = game.Players.LocalPlayer:GetMouse()

game.ReplicatedStorage.Giver:FireServer()
humanoid.StateChanged:Connect(function(oldState, newState)
if newState == Enum.HumanoidStateType.Jumping then
if not FlyAttemp then
FlyAttemp = true
end
elseif newState == Enum.HumanoidStateType.Landed then
if FlyAttemp then
FlyAttemp = false
end
end
end)

UIS.InputBegan:Connect(function(key,Chat)
if Chat then return end

if key.KeyCode == Enum.KeyCode.W then
	Flying = true
end

end)

UIS.InputEnded:Connect(function(key,Chat)
if Chat then return end

if key.KeyCode == Enum.KeyCode.W  then
	Flying = false
end

end)

UIS.InputBegan:Connect(function(key,Chatting)
if Chatting then return end

if key.KeyCode == Enum.KeyCode.R then
	if DB == false then
		DB = true
		if FlyAttemp then
			Float = true
			if Float then
				FloatAnim =  humanoid:LoadAnimation(script.Floating)
				FlyAnim =  humanoid:LoadAnimation(script.Flying)
				
				game.ReplicatedStorage.ON:FireServer()
				
				local FloatVelocity = Instance.new("BodyVelocity")
				FloatVelocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
				character.HumanoidRootPart.CFrame = character.HumanoidRootPart.CFrame + Vector3.new(0,5,0)
				FloatVelocity.Velocity = Vector3.new(0,0,0)
				FloatVelocity.Name = "FloatVelocity"
				FloatVelocity.Parent = character.HumanoidRootPart
				game:GetService("RunService").RenderStepped:Connect(function()
					if Flying and Float then

						FlyAnim:Play()
				
						local MousePos = Mouse.Hit.p

						local lookVector = Vector3.new(MousePos.X,MousePos.Y,MousePos.Z)

						character.HumanoidRootPart.CFrame = CFrame.new(character.HumanoidRootPart.CFrame.p,lookVector)
						FloatVelocity.Velocity = Mouse.Hit.lookVector*100
						FloatAnim:Stop()
						wait()
					elseif not Flying and Float then
						FloatAnim:Play()
						FlyAnim:Stop()
						FloatVelocity.Velocity = Vector3.new(0,0,0)
					end
				end)
			end
			
		elseif not FlyAttemp then
			print("Cannot Fly")
			DB = false
		end
	elseif DB == true then 
		DB = false
		if character.HumanoidRootPart:FindFirstChild("FloatVelocity") then
			Flying = false
			Float = false
			game.ReplicatedStorage.Off:FireServer()
			local ActiveTracks = humanoid:GetPlayingAnimationTracks()
			for _,v in pairs(ActiveTracks) do
			    v:Stop()
			end
			 character.HumanoidRootPart:FindFirstChild("FloatVelocity"):Destroy()
		end
	end
end

end)

Availability

I am available for 4 to 6 hours of work on the weekends. You can contact me any time, but I am unable to work during the week due to school.

Payment

Prices are negotiable, I accept either hourly pay or per asset. My preferred payment method is USD
or Robux i accept either way.

Contact

You can contact me via discord or Roblox Messages!
『Heikousen』#0299

Thanks for reading! :slight_smile:

2 Likes

Thanks for reading! :slight_smile:

Wanna hire you man , contact me here or in discord. My discord is kien_developer#1946

1 Like