24/7 Pet Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Mass Uncopylocked | 35 free games and projects - Roblox

    devforum.roblox.com/t/mass-uncopylocked-35-free-games-and-projects/2880269

    Games include Texas Hold’em, Roulette, Three Card Poker, Blackjack, Baccarat, and Slots. Camden at home. Open world revolutionary combat game with server sided flintlock weaponry. Includes sapper construction, regiment and flag spawns, and ticket system in private servers. Naval warfare at home.

  3. How to make cool rocks stuff like gpo - Roblox

    devforum.roblox.com/t/how-to-make-cool-rocks-stuff-like-gpo/1457410

    Now we do where we want the the rocks to like curve like circular or straightforward. local Angeled360 = 360 / Amount. Now code that makes it worky. local RockModel = Instance.new("Model", workspace.World.Visuals) Debris:AddItem(RockModel, RocksLength + .25) for Index = 1, Amount do. --// Calculations.

  4. Lots of free & open-sourced games! - Community Resources - Roblox

    devforum.roblox.com/t/lots-of-free-open-sourced-games/525670

    Open-Sourced Projects Since 2014 I have been developing on the Roblox platform. With such a long time between now and then, there are many outdated and unfinished projects I made over time. You can access many of these, as well as some random demos, using the links below. V2 Repository This is the new GitHub repository created April 22nd, 2023. All future open-source projects will be posted ...

  5. How to find the Place.id on Roblox

    devforum.roblox.com/t/how-to-find-the-placeid-on-roblox/869711

    im trying to script a game teleporter but I can not find my place.id. i know its so obvious but for some reason i can not find the place.id ANYWHERE. can you please tell me?

  6. How do I achieve a friend teleport script like GPO? - Roblox

    devforum.roblox.com/t/how-do-i-achieve-a-friend-teleport-script-like-gpo/1848124

    I will put some code below and explain it. local TextBox = Instance.new("TextBox") local FriendsOnline = game.Players.LocalPlayer:GetFriendsOnline() -- once the TextBox has been left it will try to tp you to that friend. -- maybe add a textbutton you need to press to confirm the teleportation. TextBox.FocusLost:Connect(function()

  7. rFrameAnimator | A brand new Animation Editor - Roblox

    devforum.roblox.com/t/rframeanimator-a-brand-new-animation-editor/1406100

    rFrameAnimator | Alpha Download What is rFrameAnimator? rFrame Animator is a combination of the default Roblox animator and the Blender animation editor. It’s been in development for the past few months and has only been used for private projects so far. Today, I want to finally release it to the public. Why should I use it? It has most of the features the roblox editor has + a graph editor ...

  8. How to make a gpo-like sword effect - DevForum | Roblox

    devforum.roblox.com/t/how-to-make-a-gpo-like-sword-effect/1509225

    I’m pretty sure they’re using a squashed sphere mesh and changes the decal id to make it look like it’s moving, i’ve made one of these before. for more information i’d suggest to check this post. Hello, I’ve been trying to achieve an effect such as GPO’s ( grand piece online ) sword slash, but I’ve been stuck on the texture part ...

  9. How to disable Roblox Guis for screenshot?

    devforum.roblox.com/t/how-to-disable-roblox-guis-for-screenshot/553824

    Hi all, I’m trying to take a screenshot of my game for a thumbnail, but obviously the roblox guis are still there and if i crop them off then the picture isn’t the right size for the thumbnail. Does anyone know a way i can temporarily disable these and my cursor to allow a picture? Thank you!

  10. Out of game teleports crashing roblox

    devforum.roblox.com/t/out-of-game-teleports-crashing-roblox/2278233

    Game to game teleports crashing Roblox again. absentdenik (dauser) April 8, 2023, 11:43pm #2. It looks like you crash after getting teleported. Even though its very unlikely, I would suggest looking into your scripts. If you think its a roblox issue, message @Bug-Support after saving your studio/roblox player logs.

  11. Better damage indicator LIKE GPO - Community Resources - Roblox

    devforum.roblox.com/t/better-damage-indicator-like-gpo/1834009

    Theres an issue with this script, One issue is that when new characters are added to the workspace they don’t get the damage indicator. Fixed version below: local TS = game:GetService ("TweenService") local TI = TweenInfo.new (.5,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut,-1,true,0) local function Scan (Model) if Model.ClassName ...