
Hi, I'm Amir
I am a developer with 2+ years in different areas.
Models
Modeling Portfolio
Check out my model section!
Scripting
Coding Portfolio
Check out my code section!
FX
VFX Portfolio
Check out these cool effects!
UI/UX
UI/UX Portfolio
Game UI, and app UI/UX!
BUILDING
Building Portfolio
Maps I've built
contributions
Contributions!
Gum Gum Fruit
Made for my own game
Pls Donate Stand
Made for a Pls Donate remake game
Rideable Cat
Made for a simulator!
"Creative Minds" UGC
Should be uploaded soon!
Feathers
I didnt make the Fedora i just added feathers
Giftbox UGC
Dont know when this will be uploaded but when it does ill link it!
Weed Whacker
_
Futuristic Button
_
Futuristic Tool Giver
_
Fish Man parts
_
Explosion VFX
Beam VFX
Flame Feet
Ninjago spin move
Flame Pool
Bomb explosion + animation
Combat Tool
Flame Powers
Titles
Inventory
Simple Nametag Code
local replicatedStorage = game:GetService("ReplicatedStorage")
local titleSelectedEvent = replicatedStorage.Storage.Titles.TitleEventlocal nametag = replicatedStorage.Storage.Titles.NameTag
local rs = game:GetService("RunService")local playerTitles = {}game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(char)
local head = char:WaitForChild("Head")
local newtext = nametag:Clone()
local namtext = newtext:WaitForChild("NameText")
local ownertext = newtext:WaitForChild("TitleText")
local humanoid = char:WaitForChild("Humanoid")humanoid.DisplayDistanceType = "None"newtext.Parent = head
newtext.Adornee = head
namtext.Text = player.Nameif playerTitles[player.UserId] then
ownertext.Text = playerTitles[player.UserId]
end
end)
end)titleSelectedEvent.OnServerEvent:Connect(function(player, title)
playerTitles[player.UserId] = title
if player.Character and player.Character:FindFirstChild("Head") then
local head = player.Character.Head
local newtext = head:FindFirstChild("NameTag")
if newtext then
local ownertext = newtext:FindFirstChild("TitleText")
if ownertext then
ownertext.Text = title
end
end
end
end)
Anime Stats
Basic UI set
Animal Game
Shop Game
Cartoony Roblox game
Crossy Road UI
Cartoon stuff
UX Section
Bank App
PS99 Sever logo
no stealing or ban super simple tho

RoKitchen lobby
Game isn't out
Simulator Trading Plaza
So simple I dont need a watermark