local Controller = game.Workspace.Controller local KeyDown = false local Positions = {} Positions.W = "0,0,-1" Positions.S = "0,0,1" Positions.A = "-1,0,0" Positions.D = "1,0,0" local function StringToVector(string1) local partsOfString = string.split(string1, ",") local NewVector = Vector3.new(tonumber(partsOfString[1]),tonumber(partsOfString[2]),tonumber(partsOfString[3])) return NewVector end function Positions:Move(KeyCode) local Vector = StringToVector(Positions[KeyCode]) repeat wait(0.1) local Vector = StringToVector(Positions[KeyCode]) Controller.Position = Controller.Position + Vector until KeyDown == false end UIS.InputBegan:Connect(function(input, GPE) if GPE then return end if input.UserInputType == Enum.UserInputType.Keyboard then local KeyCode = string.gsub(tostring(input.KeyCode), "Enum.KeyCode.", "") if Positions[KeyCode] then if KeyDown == false then KeyDown = true Positions:Move(KeyCode) end end end end) UIS.InputEnded:Connect(function(input, GPE) if GPE then return end if input.UserInputType == Enum.UserInputType.Keyboard then wait(0.2) KeyDown = false end end)

2 hours ago
Next up
pizzarolls traversing different roblox games
Ok back to work</3
im working I swear
little by little on the anim
I'm getting artblock
Art dump (sorry if there's dupes, idk which ones I've already posted before !)
wait I lowk cooked on this though like the shoulder movement ohg myyy
https://gamejolt.com/p/aahga-my-fingers-hurt-kill-me-please-sill…
Ok here's the dyles character sheet for ddaj (dandys discourse and judgment, my DW AU)
I didn't get to fully colour the pants,, they're dark brown
gn guys aallalalala
Dandicus Dancifier character sheet +Updated Dyle description (sorry if its blurry/hard to read)
lip syncing is so hard (I'm doing it without audio)
AAHGA MY FINGERS HURT KILL ME PLEASE /silly
This is Delilah keen btw
0 comments