Searching roblox developers
I am looking for developers for a game I want to make. It will be a realistic SCPRP site that will be realistic. You need Roblox Studio, Discord, good at scripting or building in Roblox Studio, and be willing to do it for free.
model does not move in Roblox
I’m trying to have a model move around and jump using this code but the object does not move. (everything prints until it gets to the movement part.) The model just stays stationary and can be affacted by the player like an unancored object.
Is there anything wrong here?
local EMain =game.StarterGui.Energy.Holder.EMain **–here are the variables** local Bar = game.StarterGui.Energy.Holder.EBar local UIS = game:GetService(“UserInputService”) local Energy = 3 print(Energy) UIS.InputBegan:Connect(function(key) if key.KeyCode == Enum.KeyCode.LeftShift then if Energy > 0 then Energy = Energy – 1 print(Energy) end end end) while true do wait() if Energy == 3 then Bar.Size = UDim2.new(0, 100, 0, 100) […]
Why my local script runs on all clients and how to fix it?
I tested place with my friend and when i triggered proximity prompt actions ran on all clients.
I was thinkinng a lot how to fix it and i guess i need help with this issue
Here is the script:
How to change gravity? official documentation is not working
The example from the official documentation is not working when adding it to ServerScriptService
need help fixing chunking system on roblox
i can’t find any particular reason for this but whenever i attempt loading chunks all of the blocks appear at the same coordinate