Animations are stiff without anything overlapping them?
Roblox DevForum
by CripplinBall
15m ago
My fire animation keeps being stiff without any other animations bothering it, I also have an idle animation that loops and is on Idle Priority and the fire animation presented in the videos are Action Priority, i tried them out by temporarily removing the idle animation but to no avail Input: //devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/7/c/1/0/7c10be7e24b16776d7ea7b1029e60bf4be3a61f9.mp4 Output: /secure-uploads/uploads/original/5X/9/8/7/9/9879e981a155dace289a0f40c29057b65197238d.mp4 This is the script i use to load all the animations, it is under starterplayers ..read more
Visit website
How can I make am npc pathfinding only walk on a certain path?
Roblox DevForum
by Rafael
15m ago
Hello, Im not sure if this is possible without putting barriers but… How can I make an NPC ignore the grass and only walk on the path its given!? //devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/b/f/4/3/bf4344aa882b462137bf3db13908bb35a9a8a6af.mp4 The Npc Is running with SimplePath! local Rig = script.Parent local SimplePath = require(game.ServerStorage.SimplePath) local Path = SimplePath.new(Rig) Path.Visualize = false local rdm = Rig.Parent.Parent.Nodes:GetChildren()[math.random(1, #Rig.Parent.Parent.Nodes:GetChildren())] if rdm then Path:Run(rdm.Posit ..read more
Visit website
How to get last Docking Widget
Roblox DevForum
by Nini
15m ago
I can no longer get my usual widget configuration. However, all my Beta Features are disabled. Don’t tell me that they definitely deployed the new docking widget without adding non-supporting configurations? //devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/d/2/5/3/d253f16537a98ab5f54fd23f4e38562a2ca4df8e.mp4 //devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/9/4/c/8/94c89f13676e3ef90e01b622d06ec376ca6ffe43.mp4 //devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/5X/7/9/f/6/79f68eaff1f6ff5cca50129b5fe0120a2ecbbaf4.mp4 Thi ..read more
Visit website
Studio GUI isn't same as before
Roblox DevForum
by mp4
15m ago
This is a support category for asking questions about how to get something done on the Roblox websites or how to do something on Roblox applications such as Roblox Studio. You can write your topic however you want, but you need to answer these questions: What do you want to achieve? I want Studio GUI to be the same (Example : Property is on left, But property is on Right) What is the issue? Studio GUI is not updating everytime I joined the game What solutions have you tried so far? -I look for the solutions in the DevForum, But the result is Gui in StarterGui not Gui in Studio I can’t ..read more
Visit website
Tween messes up positioning
Roblox DevForum
by Happypigbaconalt
15m ago
so im trying to make a cat that can walk to different windows, however after the first window it goes to, its positioning gets all messed up. --SERVICES-- local ServerStorage = game:GetService("ServerStorage") local TweenService = game:GetService("TweenService") local TInfo = TweenInfo.new(10) local SInfo = TweenInfo.new(3) --OBJECTS-- local Windows = workspace.Windows:GetChildren() local Debounce = false local Maxwell = ServerStorage.maxwell local Humanoid = Maxwell.Humanoid --ANIMS-- local ShakeAnim = Instance.new("Animation") ShakeAnim.AnimationId = Maxwell.Shake.AnimationId local Shake ..read more
Visit website
How to get the Height of a R15 Character
Roblox DevForum
by LV_Nate
15m ago
I have here a script that sets the height of a Attachment to the floor depending on the character’s height. The code works, but I couldn’t get it to the Floor itself, its stuck midway my legs. PLAYERS.PlayerAdded:Connect(function(plr) plr.CharacterAdded:Connect(function(chr) if plr:GetRankInGroup(GROUP_ID) == 6 or MPS:UserOwnsGamePassAsync(plr.UserId, VIP_ID) then local HRP = chr:WaitForChild("HumanoidRootPart") local HUM = chr:WaitForChild("Humanoid") local ..read more
Visit website
UGC IP Theft Is Not Being Punished
Roblox DevForum
by Oppressed_II
15m ago
Hello, I want to say if anyone at Roblox is seeing this to look into this if this is some error. However I had to DMCA a few people this week for stealing my items. One of which stole 5 of my items. I DMCAed all of them through rights manager and they were all approved and removed as they were 1:1 copies of my items. However this user seems to have suffered no moderation. The user continued to play games and doesn’t seem to even be banned after FIVE DMCA REQUESTS and seemingly still has access to uploading. Where is the accountability for this? Why are these users getting slaps on the wrists f ..read more
Visit website
TextLabel.Text is updated, but it needs to be changed again to update
Roblox DevForum
by SpooopyCat
15m ago
Hello there! I’m updating a TextLabel inside a SurfaceGui located in the Workspace. I’m using a LocalScript located in StarterPlayerScripts. Whenever i update the Text property of the TextLabel, it does not render the new text until I either select it in Explorer, or change the text again. I’m starting to think this is an engine bug… I have tried searching for this but can’t find anyone with the EXACT same issue as me. Help needed please! EDIT: I think I found the bug I was having: TextLabel does not update - Bug Reports / Engine Bugs - Developer Forum | Roblox 2 posts - 1 participant Read ful ..read more
Visit website
Is there a way to extract player models without manually exporting them from Studio?
Roblox DevForum
by Autumn
15m ago
So basically, I’m trying to export a player model programmatically from outside of Roblox, mainly to be used in scripts with the Blender API to live render player actions. Is this currently possible? I’m looking to get a whole model of the player, as in clothes, accessories, actual body type, etc. without somehow automating importing their avatar into Studio and exporting them as an obj. Thanks 1 post - 1 participant Read full topic ..read more
Visit website
Help with Car Pathfinding
Roblox DevForum
by LemoBlox
15m ago
So I’m just trying to use roblox pathfinding to get an npc to use a car to go to a part. However it tries to get in the car with failing to jump in the car and pushing it a few times, and proceeds to give up and walk all the way to the part. Here is the script: local PathfindingService = game:GetService("PathfindingService") local Players = game:GetService("Players") local RunService = game:GetService("RunService") local path = PathfindingService:CreatePath({ Costs = { Plastic = 999999999999999, UseCar = 1, ["AgentCanJump"] = true ..read more
Visit website

Follow Roblox DevForum on FeedSpot

Continue with Google
Continue with Apple
OR