LoginSignup
1
0

アクセルキャンプ復習動画 3/6 復習動画 関数その①

Posted at
local function create_block()
	local block = Instance.new("Part", game.workspace)
	block.Position = Vector3.new(10, 10, 10)
	block.Size = Vector3.new(5, 5, 5)
	block.Anchored = true
end

create_block()
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0