본문 바로가기
인공지능 기반 도구들 (1) Magic Sketchpad https://magic-sketchpad.glitch.me/ Magic Sketchpad magic sketchpad Draw things with machines! Every time you lift your pen up, a machine learning algorithm tries to finish that stroke and match the category you've selected. Try drawing multiple categories on the same page! Let's go! Built by @notwaldorf wi magic-sketchpad.glitch.me (2) ANIMATED DRAWINGS https://sketch.metadem.. 2022. 10. 6.
로블록스로 배우는 코딩 #15 - 리더보드(Leaderboard) 사용하기 강릉바다의 블로그 Since 2008. 1. https://gnbada.kr/ 2022. 10. 6.
로블록스로 배우는 코딩 #14 - 물이 점점 차오르는 맵 강릉바다의 블로그 Since 2008. 1. https://gnbada.kr/ 2022. 10. 6.
로블록스로 배우는 코딩 #13 - 앉을 수 있는 의자 만들기 강릉바다의 블로그 Since 2008. 1. https://gnbada.kr/ 2022. 10. 6.
로블록스로 배우는 코딩 #12 - 게시판 세우기 강릉바다의 블로그 Since 2008. 1. https://gnbada.kr/ 2022. 10. 6.
로블록스로 배우는 코딩 #11 - 캐릭터에 효과(불, 연기, 스파클) 적용 local me = script.Parent local audio = script.Parent.Laser local function PassGate(part) local character = part.parent local humanoid = character:FindFirstChild("Humanoid") if humanoid ~= nil and me.Transparency ~= 1 then print(part.name) me.Transparency = 1 me.CanCollide = false local fire = Instance.new("Fire") fire.Parent = humanoid.Parent.UpperTorso fire.Heat = 10 fire.Size = 10 audio.Looped.. 2022. 10. 6.