About 357,000 results
Open links in new tab
  1. How to make the starter character a ball that rolls ... - Roblox

    Jan 15, 2020 · To make a player spawn in a ball, you’d need to do one of two things: Clone the player model, position and weld the model to the ball if unanchored / position, anchor, and child the model to the ball if anchored. Set the player’s currentcamera.camerasubject to the ball. or. Take the player’s model, remove all animations, and weld it to ...

  2. How to get character to spawn in a rolling ball? - Roblox

    Dec 3, 2022 · I am trying to get players to spawn as a ball with their avatar in them similar to the game called: Super Blocky Ball I got the player to spawn with the ball, but the ball doesn’t roll. I’ve tried Humanoid:ChangeState(Enum.HumanoidStateType.Physics) & HumanoidRootPart.AssemblyLinearVelocity, but that hasn’t got the ball to roll. What my script looks like in-game: What I want: Current ...

  3. How can i make the player control a rolling ball? - Roblox

    Mar 12, 2021 · I want to turn the player into a physics ball that he can then roll around. How would I go about taking control of an object?

  4. Improving Ball Physics - Scripting Support - Developer Forum

    Jan 18, 2025 · Hello everyone. For the past few weeks I’ve been trying to conjure up a decent ball system to use for my first game. I want it to be able to detect all collisions. Currently I run a basic physics simulation and cast a ray from the ball’s “edge” in the direction of it’s velocity. If a hit is detected, the ball bounces. If the ray distance or velocity magnitude is below a certain ...

  5. How to make a smoothly moving ball - Scripting Support - Roblox

    Nov 1, 2021 · How to make a smoothly moving ball - Scripting Support - Roblox ... Loading ...

  6. The Best Method to Create Soccer Kicking System/Dribbling

    Jun 22, 2023 · So I am currently working on a soccer game and i actually created a kicking/dribbling system using a hitbox method but it actually not working as i expected, so thought of rebuilding it from scratch and would like to know the best method if someone could explain me 🙂 The last script, i had a problem where when i turn around quickly and try to kick the ball goes in the wrong direction, i ...

  7. How to give rolling ball more friction - Scripting Support - Roblox

    Apr 14, 2022 · In many games on roblox, there are grenades that you can throw far, but when they hit the ground, they roll and stop quickly, making for easy throws. When I tried this, it seems that rolling balls on roblox just keep going and don’t slow down. Here’s what I’m talking about: My game: Works properly in Combat Warriors: You can see that in my game, the ball just keeps rolling. In Combat ...

  8. How do i make simple blade ball system ( with curves ) and

    Nov 29, 2023 · So the ball will start at the origin, go to the mid, and finally the end. I would calculate mid point by finding the distance from the origin to the end and use the camera direction to create the mid. mid = camDir * distance/2 — mid is a vector The more points the better.

  9. How to stop a ball rolling? - Scripting Support - Roblox

    Apr 9, 2023 · I have literally tried everything to stop this ball rolling forever… I just dont know why it keeps on rolling: Here are scripts that I have in this ball. local force = Instance.new("BodyVelocity") force.MaxForce = Vector3.new(math.huge, math.huge, math.huge) force.P = 9999 force.Velocity = (hit.Parent:FindFirstChild("HumanoidRootPart").CFrame.LookVector + Vector3.new(0,0.6, 0)) * …

  10. Blade Ball Ball Physics - Scripting Support - Developer Forum

    Oct 5, 2023 · Does anybody have any idea how the ball physics in Blade Ball were created? I’ve been trying to replicate it for educational purposes but everything just seems so much less smooth and more glitchy than the one in theirs

Refresh