You can use the below link to access Fritzing downloads for free.
Additionally, below are direct download links to Fritzing.
| --!strict | |
| local Players = game:GetService("Players") | |
| local groupId: number = 0 -- Blacklisted group id | |
| local kickReason: string = "Your group is blacklisted" -- Kick reason | |
| local function onPlayerAdded(player: Player): () | |
| if player:IsInGroup(groupId) then | |
| player:Kick(kickReason) | |
| end |
You can use the below link to access Fritzing downloads for free.
Additionally, below are direct download links to Fritzing.
| const videos = document.querySelectorAll("video"); | |
| videos.forEach((video) => { | |
| try { | |
| video.playbackRate = 5; | |
| } catch (e) { | |
| console.warn(`Could not set playback rate for video`, video, e); | |
| } | |
| }); |
| --!strict | |
| local Players = game:GetService("Players") | |
| local ReplicatedStorage = game:GetService("ReplicatedStorage") | |
| local Icon = require(ReplicatedStorage.Packages.topbarplus) | |
| local player = Players.LocalPlayer :: Player | |
| local toolIcon = Icon.new() |
| --!strict | |
| local Stats = game:GetService("Stats") | |
| local TRACK_DURATION: number = 60 | |
| local MEMORY_CATEGORY: Enum.DeveloperMemoryTag = Enum.DeveloperMemoryTag.LuaHeap | |
| local CHECKPOINTS: {number} = {0, 10, 25, 50, 75, 90, 100} | |
| print("Starting", MEMORY_CATEGORY, "memory tracking for", TRACK_DURATION, "seconds") |
OBS Studio 32.0.4 settings I use on my Intel CPU and GPU system for recording and editing on YouTube.
In addition to these, you might find multiple audio tracks useful for editing, such as removing Discord audio from your gameplay or muting your microphone.