of     1   

Louisthebrave
#221224943Thursday, July 13, 2017 6:20 PM GMT

I really want to make a pet and I was wondering how to make a script for a model which works well. I watched INOOBE make pets on his R$0 - R$50,000 series and I didn't know if he used models or not so please help me here! How yals doin!
Niveum
#221225033Thursday, July 13, 2017 6:21 PM GMT

The answer to 99% of your questions on how to do this can be found here: http://wiki.roblox.com/index.php?title=Special:RobloxLandingPage ~ S P I C Y ~
Louisthebrave
#221225169Thursday, July 13, 2017 6:23 PM GMT

How does that help does it tell me the script? And if so please send me the link to the article! How yals doin!
Louisthebrave
#221225649Thursday, July 13, 2017 6:30 PM GMT

the article I found on it doesn't work How yals doin!
RobuxLife
#221225767Thursday, July 13, 2017 6:31 PM GMT

It does work, you're not even trying mate. Show me your script.
Louisthebrave
#221225796Thursday, July 13, 2017 6:32 PM GMT

function onPlayerEntered(player) player.CharacterAdded:connect(function(char) --Anonymous function fired when player's character loads while wait() do -- Infinite loop! script.Parent.CFrame = CFrame.new(char.Torso.Position) -- Tele to player's position end end) end game.Players.PlayerAdded:connect(onPlayerEntered) -- connects function to PlayerAdded event. How yals doin!
Niveum
#221225916Thursday, July 13, 2017 6:33 PM GMT

http://wiki.roblox.com/index.php?title=Scripting Somewhere on the wiki, or maybe another site, i read a saying that went something like: "Learning to script is like learning how to do math. You start at the basics and move your way up" You dont start in calculus, you learn how to add, then subtract and then multiply,divide, so on so forth. Scripting is the same way. If you come into set on one goal and don't give yourself a fair chance at accomplishing because 'nothing makes sense' or 'my code isnt working' then your just setting yourself up for failure. ~ S P I C Y ~
RobuxLife
#221226101Thursday, July 13, 2017 6:36 PM GMT

Yeah, start small. A pet isn't really that hard to make, maybe after a week of scripting practice you can make it. I suggest Peaspod, austintheslayer (wrathsong), and ScriptGuider.

    of     1